1
0
Просмотр исходного кода

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre 11 лет назад
Родитель
Сommit
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>