Skip to content

Commit

Permalink
small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed May 14, 2016
1 parent 912f243 commit f009272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subscribe/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function collection (target, pSubs, subs, update, tree, stamp)
item(keys[i], target, pSubs, subs, update, tree, stamp)
}
} else if (tree) {
let keys = Object.keys(tree)
keys = Object.keys(tree)
for (let i = 0, len = keys.length; i < len; i++) {
if (keys[i] !== '_' && keys[i] !== '_p' && keys[i] !== '_key') {
item(keys[i], target, pSubs, subs, update, tree, stamp)
Expand Down

0 comments on commit f009272

Please sign in to comment.