Skip to content

Commit 6029e02

Browse files
authored
Fixes missing semicolon
1 parent 6f0d3c9 commit 6029e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
}
10181018

10191019
if (options.beforeFormUnbind) {
1020-
options.beforeFormUnbind(this, options)
1020+
options.beforeFormUnbind(this, options);
10211021
}
10221022

10231023
return this.ajaxFormUnbind()

0 commit comments

Comments
 (0)