From 44f3a1b405e158615d9f2fca3238ccb12f9fa895 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Wed, 19 Jan 2011 18:36:42 +0100 Subject: [PATCH] Moves things around to make jsLint happier. --- src/ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ajax.js b/src/ajax.js index be31fe3..cbe5572 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 ) ) ) ); } -- 1.7.10.4