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

Commit

Permalink
Add missing validation return
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed May 12, 2016
1 parent 6e81ea5 commit 2e45094
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 @@ -52,7 +52,7 @@ function callValidatorFunction(context, validatorFunction, state)
{
return function()
{
validatorFunction.call(context, state)
return validatorFunction.call(context, state)
}
}

Expand Down

0 comments on commit 2e45094

Please sign in to comment.