Skip to content

Commit d3296b2

Browse files
committed
fix typo; part of #207
1 parent 3da3975 commit d3296b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ var defaults = {
5959
mmlNode: false, // DOM element for MML output?
6060
svg: false, // return svg output?
6161
svgNode: false, // DOM element for SVG output?
62-
timeout: 10 * 1000, // 10 second timeout before restarting MathJax
6362
speakText: true, // add spoken annotations to svg output
63+
timeout: 10 * 1000, // 10 second timeout before restarting MathJax
6464
};
6565

6666
//

0 commit comments

Comments
 (0)