You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: