jshint, your picky.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -486,6 +486,7 @@ exports.node = node; | ... | @@ -486,6 +486,7 @@ exports.node = node; |
486 | * @return Array | 486 | * @return Array |
487 | */ | 487 | */ |
488 | function objectValues(obj) { | 488 | function objectValues(obj) { |
489 | "use strict"; | ||
489 | return Object.keys(obj).map(function(arg) { | 490 | return Object.keys(obj).map(function(arg) { |
490 | return obj[arg]; | 491 | return obj[arg]; |
491 | }); | 492 | }); | ... | ... |
-
Please register or sign in to post a comment