소스 검색

shim used on amber/browser-compatibility

Not on amber/boot, which is true AMD project, on which "shim" is not to be used.
Herbert Vojčík 10 년 전
부모
커밋
b5e0b3e45d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      local.amd.json

+ 1 - 1
local.amd.json

@@ -1,5 +1,5 @@
 {
     "shim": {
-        "amber/boot": ["./es5-shim", "./es5-sham"]
+        "amber/browser-compatibility": ["./es5-shim", "./es5-sham"]
     }
 }