remove unparseable bits; panning is broken
authorDan Vanderkam <danvk@google.com>
Fri, 22 Oct 2010 00:12:06 +0000 (20:12 -0400)
committerDan Vanderkam <danvk@google.com>
Fri, 22 Oct 2010 00:12:06 +0000 (20:12 -0400)
dygraph.js

index ec951b0..330aa77 100644 (file)
@@ -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_();
     }