aboutsummaryrefslogtreecommitdiffstats
path: root/src/validators.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/validators.js')
-rw-r--r--src/validators.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators.js b/src/validators.js
index 81d40264..5c7fc952 100644
--- a/src/validators.js
+++ b/src/validators.js
@@ -1,5 +1,5 @@
foreach({
- 'noop': noop,
+ 'noop': function() { return null; },
'regexp': function(value, regexp, msg) {
if (!value.match(regexp)) {