1
0
Selaa lähdekoodia

Small optimization.

Herby Vojčík 5 vuotta sitten
vanhempi
commit
2605244eaf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 () {