- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Oct 2010 13:26:20 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv27653/contacts Modified Files: Overview.html Log Message: Added 'caller' special operation to Contacts.find method. Method will behave as defined in the WebIDL spec: http://dev.w3.org/2006/webapi/WebIDL/#idl-callers Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- Overview.html 5 Oct 2010 14:38:20 -0000 1.93 +++ Overview.html 6 Oct 2010 13:26:18 -0000 1.94 @@ -169,6 +169,7 @@ generalErrorCB, {filter: 'Bob'} ); +// ..is equivalent to: navigator.service.contacts(/* parameters */) </pre> </div> <section> @@ -338,7 +339,7 @@ title='[NoInterfaceObject] interface Contacts' class='idl'> <dt> - PendingOp find () + caller PendingOp find () </dt> <dd> <p>
Received on Wednesday, 6 October 2010 13:26:21 UTC