aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support.js b/src/support.js
index 1bd35cab2..867e18367 100644
--- a/src/support.js
+++ b/src/support.js
@@ -77,10 +77,6 @@ jQuery.support = (function() {
// Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
getSetAttribute: div.className !== "t",
- // Test for presence of native Function#bind.
- // Not in: >= Chrome 6, >= FireFox 3, Safari 5?, IE 9?, Opera 11?
- nativeBind: jQuery.isFunction( Function.prototype.bind ),
-
// Will be defined later
submitBubbles: true,
changeBubbles: true,