瀏覽代碼

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() {