aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index 2bea61e3b..1b6f0913d 100644
--- a/src/core.js
+++ b/src/core.js
@@ -411,7 +411,7 @@ jQuery.extend({
if ( obj == null ) {
return String( obj );
}
- // Support: Safari <5.1 (functionish RegExp)
+ // Support: Safari <=5.1 (functionish RegExp)
return typeof obj === "object" || typeof obj === "function" ?
class2type[ core_toString.call(obj) ] || "object" :
typeof obj;