mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how to test it!
This commit is contained in:
parent
812a247dc9
commit
37b909de69
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user