Skip to content
Permalink
Browse files
Core: Remove repeated test
Closes gh-1570
  • Loading branch information
poppinlp authored and mgol committed May 2, 2014
1 parent 2f46ac8 commit 69d4a48
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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() {

0 comments on commit 69d4a48

Please sign in to comment.