From 4a8cb8ad5b404457dd44d7fdaed41e8878f343d6 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Mon, 30 Mar 2015 13:57:00 -0400 Subject: [PATCH] Don't need to do anything special to handle stretchy cores. --- unpacked/jax/output/CommonHTML/autoload/maction.js | 4 +--- 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 index 84dc6c608..ef2bffef0 100644 --- 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