Przeglądaj źródła

Merge branch 'master' into 0.13

Herbert Vojčík 10 lat temu
rodzic
commit
46e38000b5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

@@ -16,8 +16,8 @@
           '{%= namespace %}/{%= name %}',
           '{%= namespace %}/{%= name %}-Tests'
       ], function (smalltalk) {
-          //used for all new packages in IDE
           smalltalk.initialize({
+            //used for all new packages in IDE
             'transport.defaultAmdNamespace': "{%= namespace %}"
           });
       });