- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Aug 2008 02:32:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv15055
Modified Files:
Overview.html
Log Message:
oops, missing line (whatwg r48)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Overview.html 7 Aug 2008 02:31:00 -0000 1.40
+++ Overview.html 7 Aug 2008 02:32:02 -0000 1.41
@@ -835,6 +835,7 @@
<p>The subworkers are implemented as follows:
<pre>var start;
+onmessage = getStart;
function getStart(event) {
start = 1*event.message;
onmessage = getEnd;
Received on Thursday, 7 August 2008 02:32:40 UTC