diff options
Diffstat (limited to 'vnfmarket/common/thirdparty/es5-shim/shims.json')
-rw-r--r-- | vnfmarket/common/thirdparty/es5-shim/shims.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vnfmarket/common/thirdparty/es5-shim/shims.json b/vnfmarket/common/thirdparty/es5-shim/shims.json new file mode 100644 index 00000000..1136162c --- /dev/null +++ b/vnfmarket/common/thirdparty/es5-shim/shims.json @@ -0,0 +1,7 @@ +{ + "Object": { + "prototype": {} + "keys": "object-keys" + } +} + |