Skip to content
Permalink
Browse files
Landing pull request 404. Removes unused hasOwn var declaration. Fixe…
…s #9510.

More Details:
 - #404
 - http://bugs.jquery.com/ticket/9510
  • Loading branch information
rwaldron authored and timmywil committed Jun 7, 2011
1 parent 71d2e65 commit c3c001c
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,7 +1,6 @@
(function( jQuery ) {

var hasOwn = Object.prototype.hasOwnProperty,
rnamespaces = /\.(.*)$/,
var rnamespaces = /\.(.*)$/,
rformElems = /^(?:textarea|input|select)$/i,
rperiod = /\./g,
rspaces = / /g,

0 comments on commit c3c001c

Please sign in to comment.