Tweaked comment for isFunction.
This commit is contained in:
parent
d36382e9a3
commit
9bcd2b370b
|
@ -599,8 +599,7 @@ jQuery.extend({
|
||||||
return jQuery;
|
return jQuery;
|
||||||
},
|
},
|
||||||
|
|
||||||
// This may seem like some crazy code, but trust me when I say that this
|
// See test/unit/core.js for details concerning this function.
|
||||||
// is the only cross-browser way to do this. --John
|
|
||||||
isFunction: function( fn ) {
|
isFunction: function( fn ) {
|
||||||
return !!fn && typeof fn != "string" && !fn.nodeName &&
|
return !!fn && typeof fn != "string" && !fn.nodeName &&
|
||||||
fn.constructor != Array && /function/i.test( fn + "" );
|
fn.constructor != Array && /function/i.test( fn + "" );
|
||||||
|
|
Loading…
Reference in a new issue