mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added list of browsers that currently support Function#bind.
This commit is contained in:
parent
5b1b57850c
commit
1ebb5ab3e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user