wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how to test it!

This commit is contained in:
Yehuda Katz 2010-01-14 00:45:29 -05:00
parent 812a247dc9
commit 37b909de69

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;