Browse Source

remove 'amber/Platform' pseudo-dep

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