From b653335c87c764003bb6249621a1f6f3ca5a3597 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 2 Feb 2022 11:27:52 -0500 Subject: [PATCH] Localize some AsciiMath variables that should not be global. (#2748) --- unpacked/jax/input/AsciiMath/jax.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unpacked/jax/input/AsciiMath/jax.js b/unpacked/jax/input/AsciiMath/jax.js index abbdafcae8..10b809846f 100644 --- a/unpacked/jax/input/AsciiMath/jax.js +++ b/unpacked/jax/input/AsciiMath/jax.js @@ -1389,10 +1389,10 @@ asciimath.translate = translate; * ******************************************************************/ -showasciiformulaonhover = false; -mathfontfamily = ""; -mathcolor = ""; -mathfontsize = ""; +var showasciiformulaonhover = false; +var mathfontfamily = ""; +var mathcolor = ""; +var mathfontsize = ""; // // Remove remapping of mathvariants to plane1 (MathJax handles that)