Browse Source

fix 5b8f465 for standalone helios development

Herbert Vojčík 9 years ago
parent
commit
f85fd0771d
1 changed files with 1 additions and 1 deletions
  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() {