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 9 years ago
parent
commit
b5e0b3e45d
1 changed files with 1 additions and 1 deletions
  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"]
     }
 }