Skip to content

Commit c3c001c

Browse files
rwaldrontimmywil
authored andcommitted
Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.
More Details: - jquery#404 - http://bugs.jquery.com/ticket/9510
1 parent 71d2e65 commit c3c001c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/event.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(function( jQuery ) {
22

3-
var hasOwn = Object.prototype.hasOwnProperty,
4-
rnamespaces = /\.(.*)$/,
3+
var rnamespaces = /\.(.*)$/,
54
rformElems = /^(?:textarea|input|select)$/i,
65
rperiod = /\./g,
76
rspaces = / /g,

0 commit comments

Comments
 (0)