浏览代码

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>