1
0
Kaynağa Gözat

previous patch works but this one actually removes the deprecation warning

Sebastian Sastre 11 yıl önce
ebeveyn
işleme
3a0b585fbc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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>