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

This commit is contained in:
Davide P. Cervone 2013-04-16 19:24:08 -04:00
parent e5f738477e
commit 492f4cd53d

View File

@ -27,7 +27,7 @@
*/ */
(function (HUB,HTML,AJAX,CALLBACK,OUTPUT) { (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 var SIGNAL = MathJax.Callback.Signal("menu") // signal for menu events
@ -874,7 +874,7 @@
MSIE: ["MSIESVGWarning", MSIE: ["MSIESVGWarning",
"SVG is not implemented in Internet Explorer prior to " + "SVG is not implemented in Internet Explorer prior to " +
"IE9 or when it is emulating IE8 or below. " + "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."] "not display properly."]
} }
}; };