Skip to content

Commit 283bcc9

Browse files
committed
small fix...
1 parent c079bc0 commit 283bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/deprecated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
return this.isValid(language, conf, true);
1717
};
1818

19-
$.formUtils.$win.bind('validatorsLoaded formValidationSetup', function(evt, $form, config) {
19+
$(window).on('validatorsLoaded formValidationSetup', function(evt, $form, config) {
2020
if( !$form ) {
2121
$form = $('form');
2222
}

0 commit comments

Comments
 (0)