瀏覽代碼

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

Both in legacy IDE and in Helios popup.
Herbert Vojčík 10 年之前
父節點
當前提交
c61c75c054
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"});
         }