Noted which browsers don't support Function#bind.
This commit is contained in:
parent
6bc9fc7c10
commit
ade531cfaa
|
@ -61,7 +61,7 @@
|
||||||
optSelected: opt.selected,
|
optSelected: opt.selected,
|
||||||
|
|
||||||
// Test for presence of native Function#bind.
|
// Test for presence of native Function#bind.
|
||||||
// Currently in: Chrome 7, FireFox 4
|
// Not in: >= Chrome 6, >= FireFox 3, Safari 5?, IE 9?, Opera 11?
|
||||||
nativeBind: jQuery.isFunction( Function.prototype.bind ),
|
nativeBind: jQuery.isFunction( Function.prototype.bind ),
|
||||||
|
|
||||||
// Will be defined later
|
// Will be defined later
|
||||||
|
|
Loading…
Reference in a new issue