Skip to content

Commit 1d40327

Browse files
committed
Minor spacing fix.
1 parent 76d7fb7 commit 1d40327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.jsonp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
};
145145

146146
// Call beforeSend if provided (early abort if false returned)
147-
if ( callIfDefined( xOptions.beforeSend, xOptions , [ xOptions ] ) === !1 || done ) {
147+
if ( callIfDefined( xOptions.beforeSend , xOptions , [ xOptions ] ) === !1 || done ) {
148148
return xOptions;
149149
}
150150

0 commit comments

Comments
 (0)