Core: Correct the number of expected tests

This commit is contained in:
Michał Gołębiowski 2014-05-02 16:03:52 +02:00
parent 69d4a48ff6
commit da148f158f

View File

@ -457,7 +457,7 @@ test("isFunction", function() {
});
test( "isNumeric", function() {
expect( 38 );
expect( 37 );
var t = jQuery.isNumeric,
Traditionalists = /** @constructor */ function(n) {