Produce signal when [Math Processing Error] is generated. Resolves issue#246.

This commit is contained in:
Davide P. Cervone 2012-08-15 11:23:40 -04:00
parent 26fb134eea
commit d51cecbe4a
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1684,6 +1684,7 @@ MathJax.Hub = {
script.parentNode.insertBefore(error,script);
if (script.MathJax.preview) {script.MathJax.preview.innerHTML = ""}
this.lastError = err;
this.signal.Post(["Math Processing Error",script,err]);
},
RestartAfter: function (callback) {