Skip to content

Commit 11c26b3

Browse files
committed
no need to specifically initialize crossDomain to null
1 parent 515c56f commit 11c26b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ jQuery.extend({
310310
contentType: "application/x-www-form-urlencoded",
311311
processData: true,
312312
async: true,
313-
crossDomain: null,
314313
/*
315314
timeout: 0,
316315
data: null,
@@ -320,6 +319,7 @@ jQuery.extend({
320319
cache: null,
321320
traditional: false,
322321
headers: {},
322+
crossDomain: null,
323323
*/
324324

325325
accepts: {

0 commit comments

Comments
 (0)