1
0
Преглед на файлове

fix 5b8f465 for standalone helios development

Herbert Vojčík преди 9 години
родител
ревизия
f85fd0771d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -19,7 +19,7 @@
           if (typeof require !== "undefined") {
             clearInterval(__interval);
             require.baseUrl = base;
-            require.paths['helios/app'] = require.paths['helios/index'].replace("/index", "/app");
+            require.paths['helios/app'] = require.paths['helios/index'].replace("index", "app");
             require.callback = function () {
               require(["helios/app"], function (amber) {
                 window.onbeforeunload = function() {