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 năm trước cách đây
mục cha
commit
c61c75c054
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"});
         }