mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Landing some minor perf optimization to jQuery().
This commit is contained in:
@@ -25,7 +25,7 @@ test("jQuery()", function() {
|
||||
equals( jQuery(obj).selector, "div", "jQuery(jQueryObj) == jQueryObj" );
|
||||
|
||||
// can actually yield more than one, when iframes are included, the window is an array as well
|
||||
equals( 1, jQuery(window).length, "Correct number of elements generated for jQuery(window)" );
|
||||
equals( jQuery(window).length, 1, "Correct number of elements generated for jQuery(window)" );
|
||||
|
||||
|
||||
var main = jQuery("#main");
|
||||
|
||||
Reference in New Issue
Block a user