Ver código fonte

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre 11 anos atrás
pai
commit
3a0b585fbc
1 arquivos alterados com 1 adições e 1 exclusões
  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>