Browse Source

Small optimization.

Herby Vojčík 5 years ago
parent
commit
2605244eaf
1 changed files with 1 additions and 1 deletions
  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 () {