- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Oct 2010 10:48:45 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv6146/contacts
Modified Files:
Overview.html
Log Message:
De-camelCased event listener callback methods inline with HTML5 style.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Overview.html 4 Oct 2010 10:45:28 -0000 1.91
+++ Overview.html 4 Oct 2010 10:48:43 -0000 1.92
@@ -858,7 +858,7 @@
title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactFindCB : PendingOp'
class='idl'>
<dt>
- void onSuccess ()
+ void onsuccess ()
</dt>
<dd>
<!-- interface description here -->
@@ -901,7 +901,7 @@
<tbody>
<tr>
<td>
- <strong><code><strong>onSuccess</strong></code></strong>
+ <strong><code><strong>onsuccess</strong></code></strong>
</td>
<td>
<code>success</code>
@@ -920,7 +920,7 @@
title='[Callback=FunctionOnly, NoInterfaceObject] interface ContactErrorCB : PendingOp'
class='idl'>
<dt>
- void onError ()
+ void onerror ()
</dt>
<dd>
<!-- interface description here -->
@@ -959,7 +959,7 @@
<tbody>
<tr>
<td>
- <strong><code><strong>onError</strong></code></strong>
+ <strong><code><strong>onerror</strong></code></strong>
</td>
<td>
<code>error</code>
Received on Monday, 4 October 2010 10:48:48 UTC