Skip to content

Commit ac752fb

Browse files
committed
make mathquill pass jslint
Change-Id: I30fc725fcc02d29c1edf05120358edc9eb178e96 Reviewed-on: https://gerrit.instructure.com/10620 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jon Jensen <jon@instructure.com>
1 parent 6fe8c40 commit ac752fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/javascripts/mathquill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ define([
18561856
LatexCmds['∑'] = LatexCmds.sum = LatexCmds.summation = bind(BigSymbol,'\\sum ','&sum;');
18571857
LatexCmds['∏'] = LatexCmds.prod = LatexCmds.product = bind(BigSymbol,'\\prod ','&prod;');
18581858
LatexCmds.coprod = LatexCmds.coproduct = bind(BigSymbol,'\\coprod ','&#8720;');
1859-
LatexCmds['∫'] = LatexCmds.int = LatexCmds.integral = bind(BigSymbol,'\\int ','&int;');
1859+
LatexCmds['∫'] = LatexCmds['int'] = LatexCmds.integral = bind(BigSymbol,'\\int ','&int;');
18601860

18611861

18621862

0 commit comments

Comments
 (0)