mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tweaked mis-numbered makeArray test.
This commit is contained in:
parent
132b8de614
commit
3963fcb30d
@ -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" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user