Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:jquery/jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jan 14, 2010
2 parents 4397f0f + 37b909d commit 201816d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/manipulation.js
Expand Up @@ -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;
Expand Down

0 comments on commit 201816d

Please sign in to comment.