Fixed default value for mo@symmetric. Resolves issue #469.
This commit is contained in:
parent
2afb80176c
commit
eb0cae8612
|
@ -517,7 +517,7 @@ MathJax.ElementJax.mml.Augment({
|
|||
lspace: MML.LENGTH.THICKMATHSPACE,
|
||||
rspace: MML.LENGTH.THICKMATHSPACE,
|
||||
stretchy: false,
|
||||
symmetric: true,
|
||||
symmetric: false,
|
||||
maxsize: MML.SIZE.INFINITY,
|
||||
minsize: '0em', //'1em',
|
||||
largeop: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user