From 80e65593d67696bafc8c3f057828f2d7e61468fc Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 7 Oct 2010 00:36:00 -0400 Subject: [PATCH] Oops, that time for real. --- dygraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index 85a46c0..2e7fa0f 100644 --- a/dygraph.js +++ b/dygraph.js @@ -826,7 +826,7 @@ Dygraph.prototype.createDragInterface_ = function() { if (event.altKey || event.shiftKey) { // have to be zoomed in to pan. - if (!self.dateWindow_ && !self.valueWindow_) return; + if (!self.dateWindow_ && !self.valueRange_) return; isPanning = true; var xRange = self.xAxisRange(); -- 2.7.4