Browse Source

adds a missing ;

Nicolas Petton 10 years ago
parent
commit
13fd23c699
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
             smalltalk.vm.defaultAmdNamespace = "amber_core";
             smalltalk.vm.initialize();
 
-            smalltalk.globals.Browser._open()
+            smalltalk.globals.Browser._open();
         }
     );
 </script>