Forráskód Böngészése

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 éve
szülő
commit
b5e0b3e45d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"]
     }
 }