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 a new issue