Browse Source

Amber development page 'compatibilty' module aware

Herbert Vojčík 8 years ago
parent
commit
33dac69c76
1 changed files with 4 additions and 1 deletions
  1. 4 1
      internal/index.html

+ 4 - 1
internal/index.html

@@ -8,7 +8,10 @@
     <script>
         var require = {
             baseUrl: "..",
-            map: {"*": {"amber/Platform": "amber_core/Platform-Browser"}}
+            map: {"*": {
+                "amber/Platform": "amber_core/Platform-Browser",
+                "amber/compatibility": "amber/browser-compatibility"
+            }}
         };
     </script>
     <script type='text/javascript' src='../node_modules/requirejs/require.js'></script>