X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=e28c273bac2342397736ed803c2fa1b9399d4d86;hb=5f3b823b04c883763db7532e131f81e79f032f96;hp=0dba5343943aeef6282f7e916f584db21a8d397d;hpb=dea5c743421af0b2299fb7ebd4cf5ee094b831f8;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 0dba534..e28c273 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1086,7 +1086,6 @@ Dygraph.prototype.doZoomXDates_ = function(minDate, maxDate) { this.dateWindow_ = [minDate, maxDate]; this.drawGraph_(); if (this.attr_("zoomCallback")) { - var yRange = this.yAxisRange(); this.attr_("zoomCallback")(minDate, maxDate, this.yAxisRanges()); } };