瀏覽代碼

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 %}"
           });
       });