git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36382e
)
Tweaked comment for isFunction.
author
John Resig
<jeresig@gmail.com>
Sat, 12 Jan 2008 23:03:39 +0000
(23:03 +0000)
committer
John Resig
<jeresig@gmail.com>
Sat, 12 Jan 2008 23:03:39 +0000
(23:03 +0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
b5a1c70
..
2b856c8
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-599,8
+599,7
@@
jQuery.extend({
return jQuery;
},
- // This may seem like some crazy code, but trust me when I say that this
- // is the only cross-browser way to do this. --John
+ // See test/unit/core.js for details concerning this function.
isFunction: function( fn ) {
return !!fn && typeof fn != "string" && !fn.nodeName &&
fn.constructor != Array && /function/i.test( fn + "" );