mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 05:38:00 -05:00
Remove forever-alone regexps in event.js
These should have been removed during the event refactor.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
(function( jQuery ) {
|
||||
|
||||
var rnamespaces = /\.(.*)$/,
|
||||
rformElems = /^(?:textarea|input|select)$/i,
|
||||
rperiod = /\./g,
|
||||
rspaces = / /g,
|
||||
rescape = /[^\w\s.|`]/g,
|
||||
var rformElems = /^(?:textarea|input|select)$/i,
|
||||
rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/,
|
||||
rhoverHack = /\bhover(\.\S+)?/,
|
||||
rkeyEvent = /^key/,
|
||||
|
||||
Reference in New Issue
Block a user