Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint
This commit is contained in:
parent
1922f311a3
commit
f1bd0cfc4d
2 changed files with 5 additions and 4 deletions
|
@ -880,7 +880,7 @@ test("jQuery.clone() (#8017)", function() {
|
|||
var main = jQuery("#main")[0],
|
||||
clone = jQuery.clone( main );
|
||||
|
||||
equals( main.children.length, clone.children.length, "Simple child length to ensure a large dom tree copies correctly" );
|
||||
equals( main.childNodes.length, clone.childNodes.length, "Simple child length to ensure a large dom tree copies correctly" );
|
||||
});
|
||||
|
||||
test("clone()", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue