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>
This commit is contained in:
Ryan Shaw 2012-05-08 15:02:43 -06:00
parent 6fe8c40af7
commit ac752fb4d6
1 changed files with 1 additions and 1 deletions

View File

@ -1856,7 +1856,7 @@ define([
LatexCmds['∑'] = LatexCmds.sum = LatexCmds.summation = bind(BigSymbol,'\\sum ','&sum;');
LatexCmds['∏'] = LatexCmds.prod = LatexCmds.product = bind(BigSymbol,'\\prod ','&prod;');
LatexCmds.coprod = LatexCmds.coproduct = bind(BigSymbol,'\\coprod ','&#8720;');
LatexCmds['∫'] = LatexCmds.int = LatexCmds.integral = bind(BigSymbol,'\\int ','&int;');
LatexCmds['∫'] = LatexCmds['int'] = LatexCmds.integral = bind(BigSymbol,'\\int ','&int;');