Added list of browsers that currently support Function#bind.
This commit is contained in:
parent
5b1b57850c
commit
1ebb5ab3e1
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue