Browse Source

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre 10 năm trước cách đây
mục cha
commit
3a0b585fbc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>