Moves things around to make jsLint happier.

This commit is contained in:
jaubourg 2011-01-19 18:36:42 +01:00
parent 7d89d3c072
commit 44f3a1b405

View file

@ -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 ) ) )
);
}