1
0
Переглянути джерело

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>