Skip to content

Commit 9c26906

Browse files
committed
Fix up comments
1 parent 20e0850 commit 9c26906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mj-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function ConfigureMathJax() {
334334
var CHTML = MathJax.OutputJax.CommonHTML, HTML = MathJax.HTML;
335335

336336
//
337-
// Don't need the styles
337+
// Don't need these styles
338338
//
339339
var STYLES = CHTML.config.styles;
340340
delete STYLES["#MathJax_CHTML_Tooltip"];

lib/mj-single.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function ConfigureMathJax() {
330330
var CHTML = MathJax.OutputJax.CommonHTML, HTML = MathJax.HTML;
331331

332332
//
333-
// Don't need the styles
333+
// Don't need these styles
334334
//
335335
var STYLES = CHTML.config.styles;
336336
delete STYLES["#MathJax_CHTML_Tooltip"];

0 commit comments

Comments
 (0)