Skip to content

Commit

Permalink
Fix missing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Aug 6, 2015
1 parent 7c9a1fe commit 5112106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diff/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export function canonicalize(obj, stack, replacementStack) {
let sortedKeys = [],
key;
for (key in obj) {
/* istanbul ignore else */
if (obj.hasOwnProperty(key)) {
sortedKeys.push(key);
}
Expand Down

0 comments on commit 5112106

Please sign in to comment.