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==
