From: Dan Vanderkam Date: Mon, 31 Jan 2011 16:11:27 +0000 (-0500) Subject: minor cleanup X-Git-Tag: v1.0.0~587^2~8 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=60a190147b0850b5f9fe2da7b54e43ef5d0e366a;p=dygraphs.git minor cleanup --- diff --git a/dygraph.js b/dygraph.js index 160b344..7beeb07 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1983,7 +1983,7 @@ Dygraph.binarySearch = function(val, arry, abs, low, high) { } return Dygraph.binarySearch(val, arry, abs, mid + 1, high); } -} +}; /** * Add ticks when the x axis has numbers on it (instead of dates) @@ -2183,7 +2183,7 @@ Dygraph.prototype.extremeValues_ = function(series) { * number of axes, rolling averages, etc. */ Dygraph.prototype.predraw_ = function() { - // TODO(danvk): movabilitye more computations out of drawGraph_ and into here. + // TODO(danvk): move more computations out of drawGraph_ and into here. this.computeYAxes_(); // Create a new plotter.