Browse Source

adds a missing ;

Nicolas Petton 10 năm trước cách đây
mục cha
commit
13fd23c699
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>