todo is done datahandler-cleanup
authorDan Vanderkam <danvdk@gmail.com>
Mon, 14 Oct 2013 21:18:11 +0000 (17:18 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 14 Oct 2013 21:18:11 +0000 (17:18 -0400)
datahandler/datahandler.js

index 3d61a82..2b637b5 100644 (file)
@@ -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) {