ソースを参照

comment correctly positioned

Herbert Vojčík 10 年 前
コミット
c6184560bb
1 ファイル変更1 行追加1 行削除
  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 %}"
           });
       });