X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=datahandler%2Fdatahandler.js;h=2b637b569c00291bf0cc3113d6c7192fe111d5b5;hb=55deb02f27185eb75dc110eb04a3fdbae958409b;hp=3d61a821cc43150ce53581b4d39bac8036e8791b;hpb=20eac9a94d79f723c5f6539ed86209911a66193a;p=dygraphs.git 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) {