From: John Resig Date: Thu, 14 Jan 2010 06:42:37 +0000 (-0500) Subject: Merge branch 'master' of git@github.com:jquery/jquery X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=201816d8c541e3b93d9a955af680999b6f690a38;hp=4397f0fd41064346bce16772eec78cd5d2a1682e;p=jquery.git Merge branch 'master' of git@github.com:jquery/jquery --- diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index c250b53..e387d64 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -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;