Browse Source

smalltalk->amber in loader callback

Herbert Vojčík 10 years ago
parent
commit
2f6a024179
1 changed files with 2 additions and 2 deletions
  1. 2 2
      root/index.html

+ 2 - 2
root/index.html

@@ -10,8 +10,8 @@
 
   <body>
   <script type='text/javascript'>
-      require(['app'], function (smalltalk) {
-          smalltalk.initialize({
+      require(['app'], function (amber) {
+          amber.initialize({
             //used for all new packages in IDE
             'transport.defaultAmdNamespace': "{%= namespace %}"
           });