Browse Source

remove './compatibility' pseudo-dep

Herbert Vojčík 6 years ago
parent
commit
f9ccc0d66e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      index.html

+ 0 - 1
index.html

@@ -21,7 +21,6 @@
             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.map["*"]["amber/compatibility"] = "amber/browser-compatibility";
             require.callback = function () {
               require(["helios/app", "amber_core/Platform-Browser"], function (amber) {
                 amber.initialize({'transport.defaultAmdNamespace': "amber_core"}).then(function () {