mirror of https://github.com/fantasticit/think.git
client: fix js error
This commit is contained in:
parent
df7757a0b7
commit
e8bdb8fb7c
|
@ -54836,7 +54836,7 @@ LocalFile.prototype.open = function () {
|
|||
AuthorInit: function () {
|
||||
MathJax.Hub.Config(d);
|
||||
MathJax.Hub.Register.StartupHook('Begin', function () {
|
||||
for (var b = 0; b < Editor.mathJaxQueue.length; b++) Editor.doMathJaxRender(Editor.mathJaxQueue[b]);
|
||||
for (var b = 0; b < (Editor.mathJaxQueue || []).length; b++) Editor.doMathJaxRender(Editor.mathJaxQueue[b]);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue