From 451d0c37d9297598743b1372bf623d4b7d38e951 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 29 Jan 2013 16:56:32 -0500 Subject: [PATCH] Fix comment about Safari shortfalls. --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5