[html5] r4161 - [e] (0) Fix an example that would never have received its messages.

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 18 00:59:42 PDT 2009


Author: ianh
Date: 2009-10-18 00:59:42 -0700 (Sun, 18 Oct 2009)
New Revision: 4161

Modified:
   complete.html
Log:
[e] (0) Fix an example that would never have received its messages.

Modified: complete.html
===================================================================
--- complete.html	2009-10-18 07:58:17 UTC (rev 4160)
+++ complete.html	2009-10-18 07:59:42 UTC (rev 4161)
@@ -63163,6 +63163,8 @@
      li.appendChild(form);
    }
    worker.port.addEventListener('message', startPrivateChat, false);
+
+   worker.port.start();
   </script>
  </head>
  <body>




More information about the Commit-Watchers mailing list