Use Advance optimizations only if you really know what your doing. It changes object keys, and stuff so you cant use the resulting code anywhere else. Did it help? Cya around.
-- Fábio Miranda Costa Solucione Sistemas Engenheiro de interfaces Twitter: fabiomiranda http://solucione.info On Wed, Jun 2, 2010 at 6:41 PM, Jay <[email protected]> wrote: > I'm trying to run the Google Closure Compiler at > http://closure-compiler.appspot.com/home > with advanced optimizations, and the code it's spitting out doesn't > work at all, and it's tossing more JSC_USED_GLOBAL_THIS warnings than > you can shake a stick at. > > Any ideas? > > Here are my options I'm using: > > // ==ClosureCompiler== > // @compilation_level ADVANCED_OPTIMIZATIONS > // @output_file_name default.js > // @code_url http://smmirror.jaycarlson.net/js/debug/js.php > // ==/ClosureCompiler== >
