Fix up comment.

This commit is contained in:
Davide P. Cervone 2016-05-18 12:37:23 -04:00
parent 2f37edaadf
commit c9fc3ae66b

View File

@ -179,8 +179,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
if (!BOX) { if (!BOX) {
// //
// Add the box to the node temporarily so that it is in the DOM // Add the box to the node temporarily so that it is in the DOM
// (to CHTMLnodeElement() can be used in the toCommonHTML() below) // (so that CHTMLnodeElement() can be used in the toCommonHTML() below).
// See issue #1480 // See issue #1480.
// //
BOX = state.BOX[type] = CHTML.addElement(node,"mjx-"+type); BOX = state.BOX[type] = CHTML.addElement(node,"mjx-"+type);
BBOX = state.BBOX[type] = CHTML.BBOX.empty(); BBOX = state.BBOX[type] = CHTML.BBOX.empty();