Land some additional tweaks related to running through JSLint.
This commit is contained in:
parent
fc08d0ea8d
commit
a4043cdcbf
5 changed files with 10 additions and 11 deletions
|
@ -2,7 +2,7 @@ var jsc = now(),
|
|||
rscript = /<script(.|\s)*?\/script>/gi,
|
||||
rselectTextarea = /select|textarea/i,
|
||||
rinput = /color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,
|
||||
jsre = /=\?(&|$)/,
|
||||
jsre = /\=\?(&|$)/,
|
||||
rquery = /\?/,
|
||||
rts = /(\?|&)_=.*?(&|$)/,
|
||||
rurl = /^(\w+:)?\/\/([^\/?#]+)/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue