ソースを参照

Small optimization.

Herby Vojčík 5 年 前
コミット
2605244eaf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -40,7 +40,7 @@
 
         require(["require", "amber/es6-promise"], function (require, promiseLib) {
             promiseLib.polyfill();
-            require(["amber/deploy", "amber_core/Platform-Browser"], function (amber) {
+            require(["amber/boot", "amber/deploy", "amber_core/Platform-Browser"], function (_, amber) {
                 messageBox.appendChild(initializingKernel);
                 loadAll = amber.initialize({'transport.defaultAmdNamespace': "amber_core"})
                     .then(function () {