Skip to content

Commit 67ecc60

Browse files
committed
fix more white spaces to comply with upstream (>_<)
1 parent 9e72f84 commit 67ecc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mj-page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,15 @@ function StartQueue() {
621621
// and load a new one (get a fresh MathJax)
622622
//
623623
function RestartMathJax() {
624-
console.log('MathJax is restarting...');
624+
console.log('MathJax is restarting...');
625625
if (timer) {
626626
MathJax.Hub.queue.queue = []; // clear MathJax queue, so pending operations won't fire
627627
MathJax = timer = null;
628628
ReportError("Timeout waiting for MathJax: restarting");
629629
serverReady = false;
630630
}
631631
serverStarted = true;
632-
serverBusy = false;
632+
serverBusy = false;
633633
GetWindow();
634634
ConfigureMathJax();
635635
StartMathJax();

0 commit comments

Comments
 (0)