Skip to content

Commit

Permalink
Removing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cmtt committed Mar 20, 2015
1 parent 3f1d123 commit 22395e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtree/diff.js
Expand Up @@ -408,7 +408,7 @@ function keyIndex(children) {

return {
keys: keys, // A hash of key name to index
free: free, // An array of unkeyed item indices
free: free // An array of unkeyed item indices
}
}

Expand Down

0 comments on commit 22395e9

Please sign in to comment.