lint checks mostly pass
[dygraphs.git] / plugins / range-selector.js
index e8c3efb..2c32fa5 100644 (file)
@@ -166,7 +166,7 @@ rangeSelector.prototype.updateInterfaceStatus_ = function() {
     setTimeout(function() { dygraph.width_ = 0; dygraph.resize(); }, 1);
   }
   return enabled;
-}
+};
 
 /**
  * @private