X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Frange-selector.js;h=797140cd0fa0810076f7def64672fe33b2f79785;hb=90ccd1c3393245e04a64a849e4c4e9f3e2d73c05;hp=e8c3efb83dcbd6b7d11c4c513aadd311f504317e;hpb=088be40ba438baaddbbd7135fd20c33135fcaca3;p=dygraphs.git diff --git a/plugins/range-selector.js b/plugins/range-selector.js index e8c3efb..797140c 100644 --- a/plugins/range-selector.js +++ b/plugins/range-selector.js @@ -3,6 +3,7 @@ * Copyright 2011 Paul Felix (paul.eric.felix@gmail.com) * MIT-licensed (http://opensource.org/licenses/MIT) */ +/*global Dygraph:false,TouchEvent:false */ /** * @fileoverview This file contains the RangeSelector plugin used to provide @@ -166,7 +167,7 @@ rangeSelector.prototype.updateInterfaceStatus_ = function() { setTimeout(function() { dygraph.width_ = 0; dygraph.resize(); }, 1); } return enabled; -} +}; /** * @private