Procházet zdrojové kódy

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 před 10 roky
rodič
revize
b5e0b3e45d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"]
     }
 }