X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Frange-selector.js;fp=plugins%2Frange-selector.js;h=af9e679d977e81de77b96868ff39300a3a29a65b;hb=46fd90891e949491786930cd562992417efe9614;hp=5b9444cf8aaf58890e5a937c5213d05cf9b120a3;hpb=9f79cb9489fd18858e4f5b661cb4b03be988b3b3;p=dygraphs.git diff --git a/plugins/range-selector.js b/plugins/range-selector.js index 5b9444c..af9e679 100644 --- a/plugins/range-selector.js +++ b/plugins/range-selector.js @@ -57,7 +57,7 @@ rangeSelector.prototype.getOption_ = function(name, opt_series) { }; rangeSelector.prototype.setDefaultOption_ = function(name, value) { - return this.dygraph_.attrs_[name] = value; + this.dygraph_.attrs_[name] = value; }; /**