2009/dap/contacts Overview.html,1.38,1.39

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

Modified Files:
	Overview.html 
Log Message:
clarify add vs save in examples


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html	20 Jan 2010 13:23:55 -0000	1.38
+++ Overview.html	20 Jan 2010 13:27:45 -0000	1.39
@@ -89,7 +89,7 @@
                 </div>
                 <div>
                     <p>
-                        Adding a new contact.
+                        Saving a new contact in the underlying addressbook.
                     </p>
                     <pre class='example sh_javascript_dom'>// previous example follow-on...
 
@@ -99,7 +99,7 @@
     // ...
 }
 
-// Add new contact
+// Save new contact
 myContact.save(successContactCallback, generalErrorCB);</pre>
                 </div>
 				

Received on Wednesday, 20 January 2010 13:27:49 UTC