Make maction use the correct core node

This commit is contained in:
Davide P. Cervone 2015-08-25 12:13:15 -04:00
parent 3032239f7e
commit 930c5d3fb3

View File

@ -62,6 +62,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
return node; return node;
}, },
CHTMLcoreNode: function (node) {return this.CHTMLchildNode(node,0)},
// //
// Implementations for the various actions // Implementations for the various actions