Skip to content

Commit 650cd0f

Browse files
committed
Add braces per Volker's request.
1 parent 548acb9 commit 650cd0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unpacked/jax/input/TeX/jax.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,9 @@
15821582
h = this.GetDimen(name),
15831583
d = this.GetDimen(name);
15841584
var mml, def = {width:w, height:h, depth:d};
1585-
if (style !== 'blank') def.mathbackground = (this.stack.env.color || "black");
1585+
if (style !== 'blank') {
1586+
def.mathbackground = (this.stack.env.color || "black");
1587+
}
15861588
this.Push(MML.mspace().With(def));
15871589
},
15881590
rule: function (name) {

0 commit comments

Comments
 (0)