浏览代码

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre 11 年之前
父节点
当前提交
3a0b585fbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

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