Permalink
Browse files
Moves things around to make jsLint happier.
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
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 ) ) ) |
|
|
); |
|
|
} |
|
|
|
|
|
0 comments on commit
44f3a1b