Skip to content

Commit

Permalink
[e] (0) Fix an example that would never have received its messages.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4161 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 18, 2009
1 parent 00c144b commit 062bc0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complete.html
Expand Up @@ -63163,6 +63163,8 @@ <h5 id=shared-workers><span class=secno>9.1.2.4 </span>Shared workers</h5>
li.appendChild(form);
}
worker.port.addEventListener('message', startPrivateChat, false);

worker.port.start();
&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down

0 comments on commit 062bc0e

Please sign in to comment.