소스 검색

Merge pull request #7 from sebastianconcept/master

fix previous PR, use contemporary name, remove deprecation warning
Herbert Vojčík 10 년 전
부모
커밋
26034e74fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

@@ -20,7 +20,7 @@
       ], function (smalltalk) {
           //used for all new packages in IDE
           smalltalk.initialize({
-            defaultAmdNamespace: "{%= namespace %}"
+            'transport.defaultAmdNamespace': "{%= namespace %}"
           });
       });
     </script>