- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 16:17:28 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/calendar
In directory hutz:/tmp/cvs-serv18924
Modified Files:
Overview.html
Log Message:
interface types are always nullable
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/calendar/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html 18 Apr 2011 17:40:54 -0000 1.27
+++ Overview.html 5 May 2011 16:17:26 -0000 1.28
@@ -445,7 +445,7 @@
<dd>
Function to call when the asynchronous operation completes
</dd>
- <dt>optional CalendarErrorCB? errorCB</dt>
+ <dt>optional CalendarErrorCB errorCB</dt>
<dd>
Function to call when the asynchronous operation fails.
</dd>
@@ -537,7 +537,7 @@
<pre class="example sh_javascript_dom">{freebusy: 'transparent'} // Mark event as transparent in Calendar</pre>
</dd>
<dt>
- attribute CalendarRepeatRule? recurrence
+ attribute CalendarRepeatRule recurrence
</dt>
<dd>
<p>The recurrence or repetition rule for this event
@@ -763,7 +763,7 @@
</p>
<dl title='[NoInterfaceObject] interface CalendarFindOptions' class='idl'>
<dt>
- attribute CalendarEventFilter? filter
+ attribute CalendarEventFilter filter
</dt>
<dd>
A <a>search filter</a> with which to search and initially filter the
Received on Thursday, 5 May 2011 16:17:31 UTC