--
Ryan Parman
<http://ryanparman.com>
>
> Is there any method to pass options to juicer's JSlint validation?
> Usually this is handled by special comments in the JS file:
>
> /* jslint [options] */ and
> /* global [global variables] */
>
> In the JSlint web-interface, everything works fine, as soon as I'm
> using juicer, these options are ignored and validation fails.
Ahh, removing the whitespace did the trick, thanks.