Skip to content
Permalink
Browse files
Merge branch 'master' of git@github.com:jquery/jquery
  • Loading branch information
jeresig committed Jan 14, 2010
2 parents 4397f0f + 37b909d commit 201816d
Showing 1 changed file with 0 additions and 5 deletions.
@@ -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;

0 comments on commit 201816d

Please sign in to comment.