[html5] r8362 - [e] (0) Fix worker example Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 17 09:55:58 PST 2013
Author: ianh
Date: 2013-12-17 09:55:56 -0800 (Tue, 17 Dec 2013)
New Revision: 8362
Modified:
complete.html
index
source
Log:
[e] (0) Fix worker example
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-16 23:20:45 UTC (rev 8361)
+++ complete.html 2013-12-17 17:55:56 UTC (rev 8362)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 16 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -81875,7 +81875,7 @@
var value = event.data.substr(4);
map[event.target._data.y][event.target._data.x] = value;
for (var viewer in viewers)
- sendMapData(viewers[viewer]._data);
+ sendMapData(viewers[viewer]);
break;
case 'txt ':
var name = event.target._data.name;
@@ -102485,6 +102485,7 @@
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
+ Robin Schaufler,
Rodger Combs,
Roland Steiner,
Roma Matusevich,
Modified: index
===================================================================
--- index 2013-12-16 23:20:45 UTC (rev 8361)
+++ index 2013-12-17 17:55:56 UTC (rev 8362)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 16 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 December 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -81875,7 +81875,7 @@
var value = event.data.substr(4);
map[event.target._data.y][event.target._data.x] = value;
for (var viewer in viewers)
- sendMapData(viewers[viewer]._data);
+ sendMapData(viewers[viewer]);
break;
case 'txt ':
var name = event.target._data.name;
@@ -102485,6 +102485,7 @@
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
+ Robin Schaufler,
Rodger Combs,
Roland Steiner,
Roma Matusevich,
Modified: source
===================================================================
--- source 2013-12-16 23:20:45 UTC (rev 8361)
+++ source 2013-12-17 17:55:56 UTC (rev 8362)
@@ -114488,6 +114488,7 @@
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
+ Robin Schaufler,
Rodger Combs,
Roland Steiner,
Roma Matusevich,
More information about the Commit-Watchers
mailing list