- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2011 12:12:55 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv27279/contacts
Modified Files:
Overview.html
Log Message:
fix example
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 19 Jul 2011 12:05:42 -0000 1.150
+++ Overview.html 19 Jul 2011 12:12:53 -0000 1.151
@@ -164,7 +164,7 @@
// Perform an address book search. Obtain the 'name' and 'emails' properties
// and initially filter the list to Contact records containing 'Bob':
- navigator.contacts.find( ['name', 'emails'], success, error, {filter: 'Bob'} );
+ navigator.contacts.find( ['name', 'emails'], success, error, { filter: 'Bob', multiple: true } );
</pre>
</section>
Received on Tuesday, 19 July 2011 12:13:03 UTC