Remove debugging bounding box for mmultiscripts.

This commit is contained in:
Davide P. Cervone 2015-03-19 17:58:50 -04:00
parent a659ffd62d
commit 8dd6d3329a

View File

@ -121,7 +121,6 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
this.CHTMLhandleSpace(node);
this.CHTMLhandleBBox(node);
this.CHTMLhandleColor(node);
this.CHTMLdrawBBox(node);
return node;
},
//