Преглед изворни кода

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