Fix wrong property name
This commit is contained in:
parent
1968831dd0
commit
117f29096d
|
@ -1579,7 +1579,7 @@
|
|||
toCommonHTML: function (node) {
|
||||
node = this.CHTMLdefaultNode(node,{
|
||||
childNodes:["mjx-numerator","mjx-denominator"],
|
||||
forceChild:true, noBBox:true, childCount:2
|
||||
forceChild:true, noBBox:true, minChildren:2
|
||||
});
|
||||
var values = this.getValues("linethickness","displaystyle","scriptlevel",
|
||||
"numalign","denomalign","bevelled");
|
||||
|
|
Loading…
Reference in New Issue
Block a user