Moves things around to make jsLint happier.
This commit is contained in:
parent
7d89d3c072
commit
44f3a1b405
|
@ -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 ) ) )
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue