Fix formatting

This commit is contained in:
Davide P. Cervone 2016-02-06 07:56:39 -05:00
parent 7df65c9d7a
commit a597f2107e

View File

@ -2464,7 +2464,8 @@ MathJax.Hub = {
},
getTabOrder: function() {
return this.config.menuSettings.inTabOrder ? 0 : -1},
return this.config.menuSettings.inTabOrder ? 0 : -1;
},
// Old browsers (e.g. Internet Explorer <= 8) do not support trim().
SplitList: ("trim" in String.prototype ?