/*jslint undef:false, white:false, plusplus:false, onevar:false */
I'm a bit confused though. That works for me, but the jslint docs say:
http://www.jslint.com/lint.html#options
Tolerate ++
and --
plusplus
true
if ++
and --
should be allowed. (more)