Explorar o código

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre %!s(int64=11) %!d(string=hai) anos
pai
achega
3a0b585fbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>