Explorar el Código

Merge pull request #7 from sebastianconcept/master

fix previous PR, use contemporary name, remove deprecation warning
Herbert Vojčík hace 10 años
padre
commit
26034e74fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>