Skip to content

Commit

Permalink
Merge pull request Matt-Esch#209 from cmtt/master
Browse files Browse the repository at this point in the history
Removing trailing comma
  • Loading branch information
Matt-Esch committed Mar 21, 2015
2 parents 3f1d123 + 22395e9 commit 8e4e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtree/diff.js
Original file line number Diff line number Diff line change
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 8e4e4e7

Please sign in to comment.