projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20eac9a
)
todo is done
datahandler-cleanup
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 14 Oct 2013 21:18:11 +0000
(17:18 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 14 Oct 2013 21:18:11 +0000
(17:18 -0400)
datahandler/datahandler.js
patch
|
blob
|
blame
|
history
diff --git
a/datahandler/datahandler.js
b/datahandler/datahandler.js
index
3d61a82
..
2b637b5
100644
(file)
--- 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) {