Skip to content

Commit 596ab45

Browse files
committed
Correct argument order according to documentation
1 parent 931678b commit 596ab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
$elem.valAttr('skipped', 1);
138138
}
139139
})
140-
.trigger('beforeValidation', [value, conf, language]);
140+
.trigger('beforeValidation', [value, language, conf]);
141141

142142

143143
var inputIsOptional = $elem.valAttr('optional') === 'true',

0 commit comments

Comments
 (0)