workers/Overview.html 1.41 48 oops, missing line (whatwg r48)

oops, missing line (whatwg r48)


http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.40&r2=1.41&f=h
http://html5.org/tools/web-apps-tracker?from=47&to=48

===================================================================
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:34:05 UTC