Fix comment about Safari shortfalls.

This commit is contained in:
Dave Methvin 2013-01-29 16:56:32 -05:00
parent aa3c92979a
commit 451d0c37d9

View File

@ -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;