Explorar el Código

adds a missing ;

Nicolas Petton hace 10 años
padre
commit
13fd23c699
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>