Merge branch 'master' of git@github.com:jquery/jquery

This commit is contained in:
John Resig 2010-01-14 01:42:37 -05:00
commit 201816d8c5

View file

@ -139,11 +139,6 @@ test("wrapAll(String|Element)", function() {
testWrapAll(bareObj);
});
// TODO: Figure out why each(wrapAll) is not equivalent to wrapAll
// test("wrapAll(Function)", function() {
// testWrapAll(functionReturningObj);
// })
var testWrapInner = function(val) {
expect(8);
var num = jQuery("#first").children().length;