Browse Source

You can with Helios packages without explicitly loading helios/index.html.

Both in legacy IDE and in Helios popup.
Herbert Vojčík 10 years ago
parent
commit
c61c75c054
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/index.html

+ 1 - 1
internal/index.html

@@ -17,7 +17,7 @@
         }
     });
     require(
-        ["amber/devel", "amber_cli/AmberCli"],
+        ["amber/devel", "helios/all", "amber_cli/AmberCli"],
         function (smalltalk) {
             smalltalk.initialize({'transport.defaultAmdNamespace': "amber_core"});
         }