- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2011 12:13:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv27532/contacts
Modified Files:
Overview.html
Log Message:
more example fixes
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- Overview.html 19 Jul 2011 12:12:53 -0000 1.151
+++ Overview.html 19 Jul 2011 12:13:41 -0000 1.152
@@ -1232,7 +1232,7 @@
navigator.contacts.find(['name', 'emails'],
successContactFindCallback,
generalErrorCB,
- {filter: 'Bob'}
+ { filter: 'Bob', multiple: true }
);
</script>
@@ -1332,7 +1332,7 @@
navigator.contacts.find( ['name', 'emails'],
successContactFindCallback,
generalErrorCB,
- { filter: 'Bob' } );
+ { filter: 'Bob', multiple: true } );
}
</script>
</pre>
Received on Tuesday, 19 July 2011 12:13:48 UTC