mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 09:47:59 -05:00
Tweaked mis-numbered makeArray test.
This commit is contained in:
@@ -1741,7 +1741,7 @@ test("contents()", function() {
|
||||
});
|
||||
|
||||
test("jQuery.makeArray", function(){
|
||||
expect(14);
|
||||
expect(15);
|
||||
|
||||
equals( jQuery.makeArray(jQuery('html>*'))[0].nodeName, "HEAD", "Pass makeArray a jQuery object" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user