mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix comment about Safari shortfalls.
This commit is contained in:
parent
aa3c92979a
commit
451d0c37d9
@ -411,7 +411,7 @@ jQuery.extend({
|
|||||||
if ( obj == null ) {
|
if ( obj == null ) {
|
||||||
return String( obj );
|
return String( obj );
|
||||||
}
|
}
|
||||||
// Support: Safari <5.1 (functionish RegExp)
|
// Support: Safari <=5.1 (functionish RegExp)
|
||||||
return typeof obj === "object" || typeof obj === "function" ?
|
return typeof obj === "object" || typeof obj === "function" ?
|
||||||
class2type[ core_toString.call(obj) ] || "object" :
|
class2type[ core_toString.call(obj) ] || "object" :
|
||||||
typeof obj;
|
typeof obj;
|
||||||
|
Loading…
Reference in New Issue
Block a user