From c9fc3ae66b1d38ee19e121d6b751b782bc5fac9b Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 18 May 2016 12:37:23 -0400 Subject: [PATCH] Fix up comment. --- unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js index e60755e00..32f7d1cc9 100644 --- a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js +++ b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js @@ -179,8 +179,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () { if (!BOX) { // // Add the box to the node temporarily so that it is in the DOM - // (to CHTMLnodeElement() can be used in the toCommonHTML() below) - // See issue #1480 + // (so that CHTMLnodeElement() can be used in the toCommonHTML() below). + // See issue #1480. // BOX = state.BOX[type] = CHTML.addElement(node,"mjx-"+type); BBOX = state.BBOX[type] = CHTML.BBOX.empty();