git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7d89d3c
)
Moves things around to make jsLint happier.
author
jaubourg
<j@ubourg.net>
Wed, 19 Jan 2011 17:36:42 +0000
(18:36 +0100)
committer
jaubourg
<j@ubourg.net>
Wed, 19 Jan 2011 17:36:42 +0000
(18:36 +0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
be31fe3
..
cbe5572
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-632,8
+632,8
@@
jQuery.extend({
parts &&
( parts[ 1 ] && parts[ 1 ] != protocol ||
parts[ 2 ] != loc.hostname ||
parts &&
( parts[ 1 ] && parts[ 1 ] != protocol ||
parts[ 2 ] != loc.hostname ||
- ( parts[ 3 ] || ( ( parts[ 1 ] || protocol ) === "http:" ? 80 : 443 ) )
- != ( loc.port || ( protocol === "http:" ? 80 : 443 ) ) )
+ ( parts[ 3 ] || ( ( parts[ 1 ] || protocol ) === "http:" ? 80 : 443 ) ) !=
+ ( loc.port || ( protocol === "http:" ? 80 : 443 ) ) )
);
}
);
}