Browse Source

Merge branch 'master' into 0.13

Herbert Vojčík 10 năm trước cách đây
mục cha
commit
46e38000b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %}"
           });
       });