From: Dan Vanderkam Date: Mon, 14 Oct 2013 21:18:11 +0000 (-0400) Subject: todo is done X-Git-Tag: v1.1.0~79^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=refs%2Fheads%2Fdatahandler-cleanup;p=dygraphs.git todo is done --- diff --git a/datahandler/datahandler.js b/datahandler/datahandler.js index 3d61a82..2b637b5 100644 --- a/datahandler/datahandler.js +++ b/datahandler/datahandler.js @@ -161,7 +161,6 @@ handler.prototype.onPointsCreated_ = function(series, points) { * data format where series[i] = [x,y,{extras}]. * @param {!number} rollPeriod The number of points over which to average the data * @param {!DygraphOptions} options The dygraph options. - * TODO(danvk): be more specific than "Array" here. * @return {!Array.<[!number,?number,?]>} the rolled series. */ handler.prototype.rollingAverage = function(series, rollPeriod, options) {