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
1.7/enhancement_8685
rwldrn 2011-06-06 20:16:14 -04:00 committed by timmywil
parent 71d2e657d0
commit c3c001cf5b
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
(function( jQuery ) {
var hasOwn = Object.prototype.hasOwnProperty,
rnamespaces = /\.(.*)$/,
var rnamespaces = /\.(.*)$/,
rformElems = /^(?:textarea|input|select)$/i,
rperiod = /\./g,
rspaces = / /g,