mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Core: simplify "each" stylesheet iteration test
Closes gh-2089
This commit is contained in:
parent
2d5c5d213f
commit
fcb6c4d1d6
@ -1199,7 +1199,7 @@ test("jQuery.each(Object,Function)", function() {
|
||||
jQuery.each( document.styleSheets, function() {
|
||||
i++;
|
||||
});
|
||||
equal( i, 2, "Iteration over document.styleSheets" );
|
||||
equal( i, document.styleSheets.length, "Iteration over document.styleSheets" );
|
||||
});
|
||||
|
||||
test("jQuery.makeArray", function(){
|
||||
|
Loading…
Reference in New Issue
Block a user