mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Core: Remove repeated test
Closes gh-1570
This commit is contained in:
parent
2f46ac8091
commit
69d4a48ff6
@ -509,7 +509,6 @@ test( "isNumeric", function() {
|
||||
equal( t( [ 42 ] ), false, "Array with one number" );
|
||||
equal( t(function(){} ), false, "Instance of a function");
|
||||
equal( t( new Date() ), false, "Instance of a Date");
|
||||
equal( t(function(){} ), false, "Instance of a function");
|
||||
});
|
||||
|
||||
test("isXMLDoc - HTML", function() {
|
||||
|
Loading…
Reference in New Issue
Block a user