diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-08-22 00:33:57 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-07 03:14:40 +0200 |
commit | eb9cbfcaf6803a07a953e0ca0922a973c5a11016 (patch) | |
tree | 5eefd67f1558a9fd78faa6de8e9264ee12085530 /test | |
parent | 0ed397d803415fcd4ef461dbfd6447c1f28ee521 (diff) | |
download | jquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.tar.gz jquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.zip |
No ticket. Update support comments to reflect current state of affairs.
Diffstat (limited to 'test')
-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 da353b464..f00907427 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -383,7 +383,6 @@ test("isFunction", function() { ok( !jQuery.isFunction( 0 ), "0 Value" ); // Check built-ins - // Safari uses "(Internal Function)" ok( jQuery.isFunction(String), "String Function("+String+")" ); ok( jQuery.isFunction(Array), "Array Function("+Array+")" ); ok( jQuery.isFunction(Object), "Object Function("+Object+")" ); |