Closed GoogleCodeExporter closed 9 years ago
JSMin, which Minify uses to compress JS files, works best with JavaScript that
passes
a JSLint examination. Ambiguous increment operators like the one in that line
are
generally considered unwise since they're guaranteed break when whitespace is
removed.
I recommend changing that line to: var i = 0, string = 'foo' + (i += 1);
Original comment by rgr...@gmail.com
on 28 Aug 2007 at 5:25
Original issue reported on code.google.com by
simon.w...@gmail.com
on 24 Aug 2007 at 9:05