浏览代码

remove 'amber/Platform' pseudo-dep

Herbert Vojčík 7 年之前
父节点
当前提交
f81b75e904
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      index.html

+ 0 - 1
index.html

@@ -20,7 +20,6 @@
             clearInterval(__interval);
             require.baseUrl = base;
             require.paths['helios/app'] = require.paths['helios/index'].replace("index", "app");
-            require.map["*"]["amber/Platform"] = "helios/app"; // eg. nothing, TODO remove
             require.callback = function () {
               require(["helios/app", "amber_core/Platform-Browser"], function (amber) {
                 amber.initialize({'transport.defaultAmdNamespace': "amber_core"}).then(function () {