Don't do the scriptlevel adjustment, as per discussion on w3c math list.

This commit is contained in:
Davide P. Cervone 2014-10-12 10:43:49 -04:00
parent 98e3f098bd
commit 4238dc5734

View File

@ -1138,7 +1138,6 @@ MathJax.ElementJax.mml.Augment({
adjustChild_displaystyle: function () {
return (this.displaystyle != null ? this.displaystyle : this.defaults.displaystyle);
},
adjustChild_scriptlevel: function () {return 0},
inheritFromMe: true,
noInherit: {
mover: {align: true},