After application of Google Closure Compiler, new variables h, n, p and u are defined in TeXZilla-min.js. The content of the file should be wrapped in a function() to prevent these variables from being global.
Also, the "use strict" mode should only apply to that function scope to avoid concatenation problem.
After application of Google Closure Compiler, new variables h, n, p and u are defined in TeXZilla-min.js. The content of the file should be wrapped in a function() to prevent these variables from being global. Also, the "use strict" mode should only apply to that function scope to avoid concatenation problem.