Added list of browsers that currently support Function#bind.

This commit is contained in:
Gianni Chiappetta 2010-12-16 16:04:23 -05:00
parent 5b1b57850c
commit 1ebb5ab3e1

View file

@ -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