Skip to content

Commit 99ea7d3

Browse files
committed
fix #620
1 parent 2183af2 commit 99ea7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.validationEngine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
form.removeData('jqv_submitButton');
9292

9393
if (options.autoPositionUpdate)
94-
$(window).unbind("resize", methods.updatePromptsPosition);
94+
$(window).off("resize", methods.updatePromptsPosition);
9595

9696
return this;
9797
},

0 commit comments

Comments
 (0)