commit 4a8cb8ad5b404457dd44d7fdaed41e8878f343d6
parent 06534d81a1e184475e72b261fd506f7f2b75b441
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 30 Mar 2015 13:57:00 -0400
Don't need to do anything special to handle stretchy cores.
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/unpacked/jax/output/CommonHTML/autoload/maction.js b/unpacked/jax/output/CommonHTML/autoload/maction.js
@@ -44,7 +44,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
MML.maction.Augment({
CHTMLtooltip: HTML.addElement(document.body,"div",{id:"MathJax_CHTML_Tooltip"}),
- toCommonHTML: function (node,stretch) {
+ toCommonHTML: function (node) {
var selected = this.Get("selection");
node = this.CHTMLcreateNode(node);
this.CHTML = CHTML.BBOX.empty();
@@ -62,8 +62,6 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
return node;
},
- CHTMLstretchH: MML.mbase.CHTMLstretchH,
- CHTMLstretchV: MML.mbase.CHTMLstretchV,
//
// Implementations for the various actions