diff options
author | Gianni Chiappetta <gianni@runlevel6.org> | 2010-12-16 16:04:23 -0500 |
---|---|---|
committer | Gianni Chiappetta <gianni@runlevel6.org> | 2010-12-16 16:04:23 -0500 |
commit | 1ebb5ab3e1c670e04024cd949fa6f341e93c4487 (patch) | |
tree | 681ea77741b81e452a18cd03c3b7ddca34705e4e /src/support.js | |
parent | 5b1b57850cfd4c92a4f9231581dff7faac489566 (diff) | |
download | jquery-1ebb5ab3e1c670e04024cd949fa6f341e93c4487.tar.gz jquery-1ebb5ab3e1c670e04024cd949fa6f341e93c4487.zip |
Added list of browsers that currently support Function#bind.
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js index 2913d2172..1fd1c2a63 100644 --- a/src/support.js +++ b/src/support.js @@ -60,7 +60,8 @@ // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) optSelected: opt.selected, - // Test for native Function#bind. + // Test for presence of native Function#bind. + // Currently in: Chrome 7, FireFox 4 nativeBind: jQuery.isFunction( Function.prototype.bind ), // Will be defined later |