From f97785a9ed74007f6480305a358fec57591b77ef Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 21 Oct 2010 20:12:06 -0400 Subject: [PATCH] remove unparseable bits; panning is broken --- dygraph.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dygraph.js b/dygraph.js index ec951b0..330aa77 100644 --- a/dygraph.js +++ b/dygraph.js @@ -803,7 +803,6 @@ Dygraph.prototype.createDragInterface_ = function() { // MERGE -======= // y-axis scaling is automatic unless a valueRange is defined or // if the user zooms in on the y-axis. If neither is true, valueWindow_ // will be null. @@ -812,7 +811,6 @@ Dygraph.prototype.createDragInterface_ = function() { var minValue = maxValue - valueRange; self.valueWindow_ = [ minValue, maxValue ]; } ->>>>>>> master self.drawGraph_(); } -- 2.7.4