소스 검색

Amber development page 'compatibilty' module aware

Herbert Vojčík 8 년 전
부모
커밋
33dac69c76
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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>