Browse Source

formatting

Herbert Vojčík 10 years ago
parent
commit
82d7b2b205
1 changed files with 5 additions and 5 deletions
  1. 5 5
      index.html

+ 5 - 5
index.html

@@ -12,12 +12,12 @@
 <body>
 <script type='text/javascript'>
     require(
-            ["amber_vm/smalltalk", "amber_set/full-devel"],
-            function (smalltalk) {
-                smalltalk.initialize();
+        ["amber_vm/smalltalk", "amber_set/full-devel"],
+        function (smalltalk) {
+            smalltalk.initialize();
 
-                smalltalk.Browser._open()
-            }
+            smalltalk.Browser._open()
+        }
     );
 </script>
 </body>