From: rwldrn Date: Tue, 7 Jun 2011 00:16:14 +0000 (-0400) Subject: Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510. X-Git-Tag: 1.6.2rc1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c3c001cf5b0970457cc9d7492cb66bdc9a901a1e;p=jquery.git 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 --- 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,