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
This commit is contained in:
parent
71d2e657d0
commit
c3c001cf5b
|
@ -1,7 +1,6 @@
|
||||||
(function( jQuery ) {
|
(function( jQuery ) {
|
||||||
|
|
||||||
var hasOwn = Object.prototype.hasOwnProperty,
|
var rnamespaces = /\.(.*)$/,
|
||||||
rnamespaces = /\.(.*)$/,
|
|
||||||
rformElems = /^(?:textarea|input|select)$/i,
|
rformElems = /^(?:textarea|input|select)$/i,
|
||||||
rperiod = /\./g,
|
rperiod = /\./g,
|
||||||
rspaces = / /g,
|
rspaces = / /g,
|
||||||
|
|
Loading…
Reference in a new issue