mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
Core: Remove repeated test
(cherry-picked from 69d4a48ff6)
Closes gh-1570
This commit is contained in:
committed by
Michał Gołębiowski
parent
7d5afcb0ec
commit
7cf9ceaebc
@@ -514,7 +514,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() {
|
||||
|
||||
Reference in New Issue
Block a user