Merge branch 'master' of git@github.com:jquery/jquery
This commit is contained in:
commit
201816d8c5
|
@ -139,11 +139,6 @@ test("wrapAll(String|Element)", function() {
|
||||||
testWrapAll(bareObj);
|
testWrapAll(bareObj);
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Figure out why each(wrapAll) is not equivalent to wrapAll
|
|
||||||
// test("wrapAll(Function)", function() {
|
|
||||||
// testWrapAll(functionReturningObj);
|
|
||||||
// })
|
|
||||||
|
|
||||||
var testWrapInner = function(val) {
|
var testWrapInner = function(val) {
|
||||||
expect(8);
|
expect(8);
|
||||||
var num = jQuery("#first").children().length;
|
var num = jQuery("#first").children().length;
|
||||||
|
|
Loading…
Reference in a new issue