www

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

commit 99e21b3fee0586d5f247525215388ed5d51c5d86
parent a2335a206548137b9773b920a5b095859fc1c91a
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed,  1 May 2013 18:29:47 -0400

Add the menu title to the fake input element, in case it is ever used (only should show up in our test suite when we force an error that is unattached to an input jax.

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

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -2826,7 +2826,8 @@ MathJax.Hub.Startup = { } }; BASE.InputJax.Error = { - id: "Error", version: "2.2", config: {} + id: "Error", version: "2.2", config: {}, + sourceMenuTitle: /*_(MathMenu)*/ ["OriginalForm","Original Form"] }; })("MathJax");