Parcourir la source

Merge pull request #7 from sebastianconcept/master

fix previous PR, use contemporary name, remove deprecation warning
Herbert Vojčík il y a 11 ans
Parent
commit
26034e74fc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      root/index.html

+ 1 - 1
root/index.html

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