From 1675935ad1b27e2b00008b7d0bd85c85bf94e07e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 16 Jun 2014 12:25:07 -0700 Subject: [PATCH] Fixing shims.json, per https://github.com/es-shims/es5-shim/commit/d24a08dfe81e0eda3d5e9f3b859d63c1da05aba7#commitcomment-6682536 --- shims.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shims.json b/shims.json index 1136162c..0c5430a8 100644 --- a/shims.json +++ b/shims.json @@ -1,6 +1,6 @@ { "Object": { - "prototype": {} + "prototype": {}, "keys": "object-keys" } }