Browse Source

comment correctly positioned

Herbert Vojčík 10 năm trước cách đây
mục cha
commit
c6184560bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

@@ -19,8 +19,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 %}"
           });
       });