wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how...
[jquery.git] / 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;