diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2007-05-23 12:48:15 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2007-05-23 12:48:15 +0000 |
commit | 970eb0f020b7a57f313e438490b4018c5569f8b3 (patch) | |
tree | ba027c46202f97e0bcd98ffb1a52ddeaba888974 /src/jquery/jquery.js | |
parent | 79b3ff077252e25a16188ac723376798314a8a6b (diff) | |
download | jquery-970eb0f020b7a57f313e438490b4018c5569f8b3.tar.gz jquery-970eb0f020b7a57f313e438490b4018c5569f8b3.zip |
Rolling back Rev 1892
Diffstat (limited to 'src/jquery/jquery.js')
-rw-r--r-- | src/jquery/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 1be9c91c6..52b524a74 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -176,7 +176,7 @@ jQuery.fn = jQuery.prototype = { // HANDLE: $(arraylike) // Watch for when an array-like object is passed as the selector - (a.jquery || a.length && a != window && (!a.nodeType || (jQuery.browser.msie && a.elements)) && a[0] != undefined && a[0].nodeType) && jQuery.makeArray( a ) || + (a.jquery || a.length && a != window && !a.nodeType && a[0] != undefined && a[0].nodeType) && jQuery.makeArray( a ) || // HANDLE: $(*) [ a ] ); |