From: jaubourg Date: Wed, 19 Jan 2011 17:36:42 +0000 (+0100) Subject: Moves things around to make jsLint happier. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=44f3a1b405e158615d9f2fca3238ccb12f9fa895 Moves things around to make jsLint happier. --- 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 ) ) ) ); }