aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-01-19 18:36:42 +0100
committerjaubourg <j@ubourg.net>2011-01-19 18:36:42 +0100
commit44f3a1b405e158615d9f2fca3238ccb12f9fa895 (patch)
tree1a5e32e480dc82b5811d2bacd425f00f11d2f9e9 /src
parent7d89d3c07233f77437a0acf77b1adf7f2c17989f (diff)
downloadjquery-44f3a1b405e158615d9f2fca3238ccb12f9fa895.tar.gz
jquery-44f3a1b405e158615d9f2fca3238ccb12f9fa895.zip
Moves things around to make jsLint happier.
Diffstat (limited to 'src')
-rw-r--r--src/ajax.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ajax.js b/src/ajax.js
index be31fe320..cbe557270 100644
--- 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[ 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 ) ) )
);
}