소스 검색

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>