Make callIfNull default for combinators

master
Sven Slootweg 4 years ago
parent d15670263e
commit ae27e69cc9

@ -3,6 +3,7 @@
module.exports = function defineCombinator(callback) {
return {
callback: callback,
callIfNull: true,
___validatem_isSpecial: true,
___validatem_isCombinator: true,
___validatem_combinatorVersion: 1

Loading…
Cancel
Save