소스 검색

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(
     require(
-        ["amber/devel", "amber_cli/AmberCli"],
+        ["amber/devel", "helios/all", "amber_cli/AmberCli"],
         function (smalltalk) {
         function (smalltalk) {
             smalltalk.initialize({'transport.defaultAmdNamespace': "amber_core"});
             smalltalk.initialize({'transport.defaultAmdNamespace': "amber_core"});
         }
         }