aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-08-22 00:33:57 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-09-07 03:14:40 +0200
commiteb9cbfcaf6803a07a953e0ca0922a973c5a11016 (patch)
tree5eefd67f1558a9fd78faa6de8e9264ee12085530 /src/core.js
parent0ed397d803415fcd4ef461dbfd6447c1f28ee521 (diff)
downloadjquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.tar.gz
jquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.zip
No ticket. Update support comments to reflect current state of affairs.
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index 4103b3832..175208c2d 100644
--- a/src/core.js
+++ b/src/core.js
@@ -342,7 +342,7 @@ jQuery.extend({
if ( obj == null ) {
return String( obj );
}
- // Support: Safari <= 5.1 (functionish RegExp)
+ // Support: Android < 4.0, iOS < 6 (functionish RegExp)
return typeof obj === "object" || typeof obj === "function" ?
class2type[ toString.call(obj) ] || "object" :
typeof obj;