MathJax.Message.text can be lost if document.body.innerHTML is set
If document.body.innerHTML is set after MathJax has set up the message div and if that div contains no message, the MathJax.Message.text variable can null in line 1680 of MathJax.js.
See issue #1918 (closed).