On Thu, Feb 21, 2008 at 6:38 PM, Cassie <[EMAIL PROTECTED]> wrote: > > > I'll +1 this. Also, if we can't use more than one var in a scope when > coding, our js code is going to look ridiculously ugly. Better to just get > a > robust compiler in here to do a better job.
No need to avoid it if you know what you're doing, though the warnings are a bit annoying. If someone finds a better minifier that can automatically coalesce var declarations we should definitely consider it.

