Skip to content

Commit

Permalink
Fix coverage annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Jun 23, 2017
1 parent 34e0fe5 commit 2e7ef8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
@@ -1,3 +1,4 @@
/* istanbul ignore else */
if (!Object.values) {
Object.values = function(object) {
return Object.getOwnPropertyNames(object).map(name => object[name]);
Expand Down

0 comments on commit 2e7ef8c

Please sign in to comment.