mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix #13291, no longer need the functionish-regex guard.
This commit is contained in:
parent
47a6f52dc9
commit
c4b1da4007
@ -407,7 +407,7 @@ jQuery.extend({
|
||||
if ( obj == null ) {
|
||||
return String( obj );
|
||||
}
|
||||
return typeof obj === "object" || typeof obj === "function" ?
|
||||
return typeof obj === "object" ?
|
||||
class2type[ core_toString.call(obj) ] || "object" :
|
||||
typeof obj;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user