Core: Remove repeated test

Closes gh-1570
This commit is contained in:
Liang Peng 2014-05-01 19:37:23 +08:00 committed by Michał Gołębiowski
parent 2f46ac8091
commit 69d4a48ff6

View File

@ -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() {