ソースを参照

Merge pull request #7 from sebastianconcept/master

fix previous PR, use contemporary name, remove deprecation warning
Herbert Vojčík 10 年 前
コミット
26034e74fc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

@@ -20,7 +20,7 @@
       ], function (smalltalk) {
           //used for all new packages in IDE
           smalltalk.initialize({
-            defaultAmdNamespace: "{%= namespace %}"
+            'transport.defaultAmdNamespace': "{%= namespace %}"
           });
       });
     </script>