2009/dap/contacts Overview.html,1.27,1.28

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv5053

Modified Files:
	Overview.html 
Log Message:
Example reverted. Correct the first time.

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html	19 Jan 2010 18:28:08 -0000	1.27
+++ Overview.html	19 Jan 2010 18:34:47 -0000	1.28
@@ -52,7 +52,7 @@
                     </p>
                     <pre class='example sh_javascript_dom'>function successContactFindCallback(contacts) {
     // do something with resulting contact objects
-    // for (var contact in contacts) alert(contact.name);
+    // for (var i in contacts) alert(contacts[i].name);
     // ...
 }
 

Received on Tuesday, 19 January 2010 18:34:50 UTC