mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #13291, no longer need the functionish-regex guard.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user