Land some additional tweaks related to running through JSLint.

This commit is contained in:
jeresig 2010-03-01 18:19:29 -05:00
parent fc08d0ea8d
commit a4043cdcbf
5 changed files with 10 additions and 11 deletions

View file

@ -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+:)?\/\/([^\/?#]+)/,