- From: Daniel Coloma via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Jul 2010 11:31:24 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/messaging
In directory hutz:/tmp/cvs-serv7920/messaging
Modified Files:
Overview.html
Log Message:
ErrorCallbacks made optional
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/messaging/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html 15 Jul 2010 11:26:49 -0000 1.20
+++ Overview.html 15 Jul 2010 11:31:22 -0000 1.21
@@ -347,7 +347,7 @@
Function to call when the asynchronous operation completes.
</dd>
<dt>
- MessagingErrorCallback errorCB
+ optional MessagingErrorCB? errorCB
</dt>
<dd>
Function to call when the asynchronous operation fails
@@ -372,7 +372,7 @@
Function to call when the asynchronous operation completes.
</dd>
<dt>
- MessagingErrorCallback errorCB
+ optional MessagingErrorCB? errorCB
</dt>
<dd>
Function to call when the asynchronous operation fails
@@ -397,7 +397,7 @@
Function to call when the asynchronous operation completes.
</dd>
<dt>
- MessagingErrorCallback errorCB
+ optional MessagingErrorCB? errorCB
</dt>
<dd>
Function to call when the asynchronous operation fails
Received on Thursday, 15 July 2010 11:31:25 UTC