www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0360f44783ede2303c76acadbeb5172006476f50
parent 6b73beacd5142f4dbb233fe47d5ce5a394c005a7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 23 Apr 2015 06:59:42 -0400

Merge pull request #1172 from christianp/var-in-global-scope

fix typo which put a variable in global scope
Diffstat:
Munpacked/extensions/toMathML.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/toMathML.js b/unpacked/extensions/toMathML.js @@ -28,7 +28,7 @@ MathJax.Hub.Register.LoadHook("[MathJax]/jax/element/mml/jax.js",function () { var VERSION = "2.5.0"; - var MML = MathJax.ElementJax.mml + var MML = MathJax.ElementJax.mml, SETTINGS = MathJax.Hub.config.menuSettings; MML.mbase.Augment({