[html5] r4136 - [e] (0) typo in idl

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 14 03:28:33 PDT 2009


Author: ianh
Date: 2009-10-14 03:28:32 -0700 (Wed, 14 Oct 2009)
New Revision: 4136

Modified:
   complete.html
   source
Log:
[e] (0) typo in idl

Modified: complete.html
===================================================================
--- complete.html	2009-10-14 10:27:16 UTC (rev 4135)
+++ complete.html	2009-10-14 10:28:32 UTC (rev 4136)
@@ -64614,7 +64614,7 @@
   void <a href=#dom-workerglobalscope-importscripts title=dom-WorkerGlobalScope-importScripts>importScripts</a>(in DOMString... urls);
   readonly attribute <a href=#worker-navigator title=worker-Navigator>Navigator</a> <a href=#dom-worker-navigator title=dom-worker-navigator>navigator</a>;
 };
-<a href=#workerutils>WorkerUtils</a> implement <a href=#windowtimers>WindowTimers</a>;</pre>
+<a href=#workerutils>WorkerUtils</a> implements <a href=#windowtimers>WindowTimers</a>;</pre>
 
   <p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
   objects, etc) are not available to workers in this version of this

Modified: source
===================================================================
--- source	2009-10-14 10:27:16 UTC (rev 4135)
+++ source	2009-10-14 10:28:32 UTC (rev 4136)
@@ -72576,7 +72576,7 @@
   void <span title="dom-WorkerGlobalScope-importScripts">importScripts</span>(in DOMString... urls);
   readonly attribute <span title="worker-Navigator">Navigator</span> <span title="dom-worker-navigator">navigator</span>;
 };
-<span>WorkerUtils</span> implement <span>WindowTimers</span>;</pre>
+<span>WorkerUtils</span> implements <span>WindowTimers</span>;</pre>
 
   <p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
   objects, etc) are not available to workers in this version of this




More information about the Commit-Watchers mailing list