Merge branch 'master' of git@github.com:jquery/jquery
authorJohn Resig <jeresig@gmail.com>
Thu, 14 Jan 2010 06:42:37 +0000 (01:42 -0500)
committerJohn Resig <jeresig@gmail.com>
Thu, 14 Jan 2010 06:42:37 +0000 (01:42 -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;