2009/dap/contacts Overview.html,1.124,1.125

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

Modified Files:
	Overview.html 
Log Message:
interface types are always nullable per WebIDL


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html	6 Apr 2011 15:29:06 -0000	1.124
+++ Overview.html	5 May 2011 16:10:59 -0000	1.125
@@ -386,9 +386,9 @@
               <dd>The <a>search qualifier</a>.</dd>
               <dt>ContactFindCB successCB</dt>
               <dd>Function to call when the asynchronous operation completes successfully.</dd>
-              <dt>optional ContactErrorCB? errorCB</dt>
+              <dt>optional ContactErrorCB errorCB</dt>
               <dd>Function to call when the asynchronous operation fails.</dd>
-              <dt>optional ContactFindOptions? options</dt>
+              <dt>optional ContactFindOptions options</dt>
               <dd>The options to apply to the output of this method.</dd>
             </dl>
           </dd>
@@ -773,7 +773,7 @@
             <a>Contacts</a> <a href="#widl-Contacts-find">find()</a> operation.
             By default this option is set to <code>true</code>.
           </dd>
-          <dt>attribute Date? updatedSince</dt>
+          <dt>attribute Date updatedSince</dt>
           <dd>
             <p>
               Return only contact records that have been updated on or after the given time, specified as an

Received on Thursday, 5 May 2011 16:11:02 UTC