Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Set start value for reduce to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 12, 2016
1 parent 5af0e70 commit 60b42b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VuexValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function propertyValidator(state)
return all.concat(self)

return [ self ]
})
}, null)
}
}
}
Expand Down

0 comments on commit 60b42b7

Please sign in to comment.