diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-27 03:07:55 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-27 03:07:55 +0000 |
commit | 58ee41015c6745316af8d606eaedecd222e9104a (patch) | |
tree | 3315eec9b7aa234fbbde6782c6d86a6b6b27a5ac /src | |
parent | 360ff2880edad7f7a78319e5f37b22dc31eb0143 (diff) |
Remove ds_description for now
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/rrdFlot.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/rrdFlot.js b/src/lib/rrdFlot.js index 13c685b..2ccdb2f 100644 --- a/src/lib/rrdFlot.js +++ b/src/lib/rrdFlot.js @@ -25,11 +25,9 @@ * [Flot]/jquery.flot.js
*/
-// ds_desciption and layout_opts not used yet
-function rrdFlot(html_id, rrd_file, ds_description, layout_opts) {
+function rrdFlot(html_id, rrd_file, layout_opts) {
this.html_id=html_id;
this.rrd_file=rrd_file;
- this.ds_description=ds_description;
if (layout_opts!=null) {
this.layout_opts=layout_opts;
} else {
|