Revert "DEV: enforces no-var (#22)"

This reverts commit eecb13b486.
This commit is contained in:
jjaffeux
2020-10-13 15:41:08 +02:00
parent eecb13b486
commit 6367e2b5fb
3 changed files with 238 additions and 136 deletions
@@ -9,13 +9,13 @@ function initMathJax(opts) {
return;
}
let extensions = ["toMathML.js", "Safe.js"];
var extensions = ["toMathML.js", "Safe.js"];
if (opts.enable_accessibility) {
extensions.push("[a11y]/accessibility-menu.js");
}
let settings = {
var settings = {
jax: ["input/TeX", "input/AsciiMath", "input/MathML", "output/CommonHTML"],
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
extensions: extensions,