Skip to content

Commit 4f6c4ad

Browse files
committed
Remove semicolons to follow code guidelines
1 parent 8c95ae0 commit 4f6c4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.pjax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ function handleClick(event, container, options) {
118118
function handleSubmit(event, container, options) {
119119
options = optionsFor(container, options)
120120

121-
var form = event.currentTarget;
122-
var $form = $(form);
121+
var form = event.currentTarget
122+
var $form = $(form)
123123

124124
if (form.tagName.toUpperCase() !== 'FORM')
125125
throw "$.pjax.submit requires a form element"

0 commit comments

Comments
 (0)