Parcourir la source

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre il y a 11 ans
Parent
commit
3a0b585fbc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>