Restores var names to satisfy the crock-machine. Supplements #9008
This commit is contained in:
parent
ca367674c1
commit
bf678fd9d6
3 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ var hasOwn = Object.prototype.hasOwnProperty,
|
|||
rnamespaces = /\.(.*)$/,
|
||||
rformElems = /^(?:textarea|input|select)$/i,
|
||||
rperiod = /\./g,
|
||||
rspaces = /\s+/g,
|
||||
rspaces = / /g,
|
||||
rescape = /[^\w\s.|`]/g,
|
||||
fcleanup = function( nm ) {
|
||||
return nm.replace(rescape, "\\$&");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue