Whitespace cleanup.

This commit is contained in:
zorkow 2015-08-21 12:37:26 +01:00
parent 4c54fe224e
commit 64e8419ff1
2 changed files with 103 additions and 103 deletions

View File

@ -206,8 +206,8 @@
if (!load) {
MENU.jax = jax;
var source = MENU.menu.Find("Show Math As").submenu;
source.items[0].name = jax.sourceMenuTitle;
source.items[0].format = (jax.sourceMenuFormat||"MathML");
source.items[0].name = jax.sourceMenuTitle;
source.items[0].format = (jax.sourceMenuFormat||"MathML");
source.items[1].name = INPUT[jax.inputJax].sourceMenuTitle;
source.items[5].disabled = !INPUT[jax.inputJax].annotationEncoding;