wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how...
authorYehuda Katz <wycats@12-189-125-93.att-inc.com>
Thu, 14 Jan 2010 05:45:29 +0000 (00:45 -0500)
committerYehuda Katz <wycats@12-189-125-93.att-inc.com>
Thu, 14 Jan 2010 05:45:29 +0000 (00:45 -0500)
test/unit/manipulation.js

index c250b53..e387d64 100644 (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;