]> source.dussan.org Git - jquery.git/commitdiff
Core: Remove repeated test
authorLiang Peng <poppinlp@gmail.com>
Thu, 1 May 2014 11:37:23 +0000 (19:37 +0800)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 2 May 2014 13:50:31 +0000 (15:50 +0200)
(cherry-picked from 69d4a48ff67188214bc28ec1a4d138c5997ce171)

Closes gh-1570

test/unit/core.js

index 2eba8db2070df4e599a970c1b477726b810f646f..fb727323144210889b38cc8e66691edae1f59b33 100644 (file)
@@ -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() {