]> source.dussan.org Git - jquery.git/commitdiff
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 c250b53e7f733732dfbc977fecef52b3ad15e5d2..e387d640eba82b04fb7cf6270c67a92e1b2148a3 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;