Moves things around to make jsLint happier.
authorjaubourg <j@ubourg.net>
Wed, 19 Jan 2011 17:36:42 +0000 (18:36 +0100)
committerjaubourg <j@ubourg.net>
Wed, 19 Jan 2011 17:36:42 +0000 (18:36 +0100)
src/ajax.js

index be31fe3..cbe5572 100644 (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 ) ) )
                        );
                }