Tweaked mis-numbered makeArray test.

This commit is contained in:
John Resig 2008-12-19 05:42:15 +00:00
parent 132b8de614
commit 3963fcb30d

View file

@ -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" );