www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a597f2107ea32b3dd9369cddbd89536a43e3a3ee
parent 7df65c9d7a9d6b7e302534b33614f9c1c3c89bbd
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sat,  6 Feb 2016 07:56:39 -0500

Fix formatting

Diffstat:
Munpacked/MathJax.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -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 ?