Skip to content

Commit 8ef2127

Browse files
committed
Merge issue 'issue296' into develop
2 parents 8d0b6f5 + 544f160 commit 8ef2127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jax/output/SVG/autoload/multiline.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unpacked/jax/output/SVG/autoload/multiline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
188188
// fill it with the proper elements,
189189
// and clean up the bbox
190190
//
191-
line = BBOX();
191+
var line = BBOX();
192192
state.first = broken; state.last = true;
193193
this.SVGmoveLine(start,end,line,state,values);
194194
line.Clean();

0 commit comments

Comments
 (0)