- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 12:47:34 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv25112 Modified Files: Overview.html Log Message: make arguments optional when they are Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.html 3 Dec 2009 11:29:43 -0000 1.21 +++ Overview.html 3 Dec 2009 12:47:32 -0000 1.22 @@ -69,9 +69,9 @@ <dd>The URI or curie of the property to retrieve.</dd> <dt>SuccessCB successCallback</dt> <dd>function called when the properties have been successfully retrieved</dd> - <dt>ErrorCB? errorCallback</dt> + <dt>optional ErrorCB? errorCallback</dt> <dd>function called when an error occurred while retrieving the properties</dd> - <dt>Options? options</dt> + <dt>optional Options? options</dt> <dd>An object containing the various options for fetching the properties requested</dd> </dl> </dd> @@ -107,9 +107,9 @@ <dd>URI or curie identifying the property to track.</dd> <dt>SuccessCB successCallback</dt> <dd>function called when the properties have been successfully retrieved</dd> - <dt>ErrorCB? errorCallback</dt> + <dt>optional ErrorCB? errorCallback</dt> <dd>function called when an error occurred while retrieving the properties</dd> - <dt>Options? options</dt> + <dt>optional Options? options</dt> <dd>An object containing the various options for fetching the properties requested</dd> </dl> </dd>
Received on Thursday, 3 December 2009 12:47:36 UTC