Fix up comment.
This commit is contained in:
parent
2f37edaadf
commit
c9fc3ae66b
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user