diff options
author | Gianni Chiappetta <gianni@runlevel6.org> | 2010-12-18 19:26:36 -0500 |
---|---|---|
committer | Gianni Chiappetta <gianni@runlevel6.org> | 2010-12-18 19:26:36 -0500 |
commit | ade531cfaa194eb13fa6307368d1e715f3be8326 (patch) | |
tree | 9cbc85ead660c0197b3ad2ec0598519524762acc /src/support.js | |
parent | 6bc9fc7c10a6dd2c8c7132307e63323a1f59d35f (diff) | |
download | jquery-ade531cfaa194eb13fa6307368d1e715f3be8326.tar.gz jquery-ade531cfaa194eb13fa6307368d1e715f3be8326.zip |
Noted which browsers don't support Function#bind.
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js index 1fd1c2a63..55c19d80a 100644 --- a/src/support.js +++ b/src/support.js @@ -61,7 +61,7 @@ optSelected: opt.selected, // 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 ), // Will be defined later |