Lint as part of Travis tests
[dygraphs.git] / plugins / range-selector.js
index 5b9444c..af9e679 100644 (file)
@@ -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;
 };
 
 /**