diff options
author | Liang Peng <poppinlp@gmail.com> | 2014-05-01 19:37:23 +0800 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-05-02 15:49:28 +0200 |
commit | 69d4a48ff67188214bc28ec1a4d138c5997ce171 (patch) | |
tree | b4a4627d019b556ecd6372a7984ad41205c60483 | |
parent | 2f46ac8091d8b2612c56280e7a5626f9142bb1cf (diff) | |
download | jquery-69d4a48ff67188214bc28ec1a4d138c5997ce171.tar.gz jquery-69d4a48ff67188214bc28ec1a4d138c5997ce171.zip |
Core: Remove repeated test
Closes gh-1570
-rw-r--r-- | test/unit/core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/core.js b/test/unit/core.js index 681fef5dc..6a9c79036 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -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() { |