www

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

commit 492f4cd53d0c7de9f37e72cb792f69855c619eca
parent e5f738477ef9b9551dca5a41bf25b871067d93b2
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 16 Apr 2013 19:24:08 -0400

Fix typo in IE warning message.  Resolves issue #397.

Diffstat:
Munpacked/extensions/MathMenu.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -27,7 +27,7 @@ */ (function (HUB,HTML,AJAX,CALLBACK,OUTPUT) { - var VERSION = "2.1.1"; + var VERSION = "2.1.2"; var SIGNAL = MathJax.Callback.Signal("menu") // signal for menu events @@ -874,7 +874,7 @@ MSIE: ["MSIESVGWarning", "SVG is not implemented in Internet Explorer prior to " + "IE9 or when it is emulating IE8 or below. " + - "Switching to SVG output will cause the mathemtics to " + + "Switching to SVG output will cause the mathematics to " + "not display properly."] } };