From: Petr Shevtsov Date: Wed, 30 Apr 2014 17:24:30 +0000 (+0400) Subject: Missing semicolon X-Git-Tag: v1.1.0~12^2~1^2~3 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=bf5d26a5d349331ab3beba79702692711e9de17c;p=dygraphs.git Missing semicolon --- diff --git a/plugins/legend.js b/plugins/legend.js index b73e939..90803f6 100644 --- a/plugins/legend.js +++ b/plugins/legend.js @@ -143,7 +143,7 @@ legend.prototype.select = function(e) { // if legend floats to end of the plotting area, it flips to the other // side of the selection point if((leftLegend + labelsDivWidth + 1) > area.w) { - leftLegend = leftLegend - 2*20 - labelsDivWidth - (yAxisLabelWidth - area.x) + leftLegend = leftLegend - 2*20 - labelsDivWidth - (yAxisLabelWidth - area.x); } e.dygraph.graphDiv.appendChild(this.legend_div_);