html5/workers Overview.html,1.40,1.41

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