aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwldrn <waldron.rick@gmail.com>2011-06-06 20:16:14 -0400
committertimmywil <tim.willison@thisismedium.com>2011-06-06 20:16:14 -0400
commitc3c001cf5b0970457cc9d7492cb66bdc9a901a1e (patch)
treec83c2d3e0697491bc64d908efcc132ddd4e5a2c1
parent71d2e657d00e7e6f283503eaac4d06e7e5d77ff9 (diff)
downloadjquery-c3c001cf5b0970457cc9d7492cb66bdc9a901a1e.tar.gz
jquery-c3c001cf5b0970457cc9d7492cb66bdc9a901a1e.zip
Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.
More Details: - https://github.com/jquery/jquery/pull/404 - http://bugs.jquery.com/ticket/9510
-rw-r--r--src/event.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event.js b/src/event.js
index d2d57d676..3f53ab5c2 100644
--- a/src/event.js
+++ b/src/event.js
@@ -1,7 +1,6 @@
(function( jQuery ) {
-var hasOwn = Object.prototype.hasOwnProperty,
- rnamespaces = /\.(.*)$/,
+var rnamespaces = /\.(.*)$/,
rformElems = /^(?:textarea|input|select)$/i,
rperiod = /\./g,
rspaces = / /g,