From e253967b72010a555d275401415d05dada96a2c5 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 24 Apr 2013 15:25:28 -0400 Subject: [PATCH] Fix comment in content-mathml.js --- unpacked/extensions/MathML/content-mathml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/extensions/MathML/content-mathml.js b/unpacked/extensions/MathML/content-mathml.js index 76a973921..5339f75a8 100644 --- a/unpacked/extensions/MathML/content-mathml.js +++ b/unpacked/extensions/MathML/content-mathml.js @@ -49,7 +49,7 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { MATHML.prefilterHooks.Add(function (data) { if (!MATHML.ctopXSLT) return; - // Parse the but use MATHML.Parse to apply the normal preprocessing. + // Parse the but use MATHML.Parse's preProcessMath to apply the normal preprocessing. if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()} var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));