[html5] r6637 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13772
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 5 14:18:37 PDT 2011
Author: ianh
Date: 2011-10-05 14:18:35 -0700 (Wed, 05 Oct 2011)
New Revision: 6637
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13772
Modified: complete.html
===================================================================
--- complete.html 2011-10-05 21:16:45 UTC (rev 6636)
+++ complete.html 2011-10-05 21:18:35 UTC (rev 6637)
@@ -78246,7 +78246,7 @@
<pre>worker.port.onmessage = function (event) { ... };
worker.port.postMessage('some message');
-worker.port.postMessage({ foo: 'structured'; bar: ['data', 'also', 'possible']});</pre>
+worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});</pre>
<p>Inside the shared worker, new clients of the worker are announced
using the <code title=event-connect>connect</code> event. The port
Modified: index
===================================================================
--- index 2011-10-05 21:16:45 UTC (rev 6636)
+++ index 2011-10-05 21:18:35 UTC (rev 6637)
@@ -78246,7 +78246,7 @@
<pre>worker.port.onmessage = function (event) { ... };
worker.port.postMessage('some message');
-worker.port.postMessage({ foo: 'structured'; bar: ['data', 'also', 'possible']});</pre>
+worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});</pre>
<p>Inside the shared worker, new clients of the worker are announced
using the <code title=event-connect>connect</code> event. The port
Modified: source
===================================================================
--- source 2011-10-05 21:16:45 UTC (rev 6636)
+++ source 2011-10-05 21:18:35 UTC (rev 6637)
@@ -88502,7 +88502,7 @@
<pre>worker.port.onmessage = function (event) { ... };
worker.port.postMessage('some message');
-worker.port.postMessage({ foo: 'structured'; bar: ['data', 'also', 'possible']});</pre>
+worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});</pre>
<p>Inside the shared worker, new clients of the worker are announced
using the <code title="event-connect">connect</code> event. The port
More information about the Commit-Watchers
mailing list