typo
authorDominique Hazaël-Massieux <dom@w3.org>
Fri, 15 Jun 2012 16:00:45 +0200
changeset 28 dccd708b64df
parent 27 cebb63d26a31
child 29 8228717234d3
typo
submitted/W3C/localstream-stop.html
--- a/submitted/W3C/localstream-stop.html	Fri Jun 15 15:08:33 2012 +0200
+++ b/submitted/W3C/localstream-stop.html	Fri Jun 15 16:00:45 2012 +0200
@@ -24,7 +24,7 @@
     stream.onended = t.step_func(function () {
       assert_unreached("onended is not fired when stop is invoked");
       t.done();
-    };
+    });
 
     stream.stop();
     t.step(function () {