Browse Source

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 năm trước cách đây
mục cha
commit
b5e0b3e45d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]
     }
 }