Remove local variable that is no longer used.
authorRobert Konigsberg <konigsberg@google.com>
Thu, 27 Jan 2011 17:23:01 +0000 (12:23 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 27 Jan 2011 17:23:01 +0000 (12:23 -0500)
dygraph.js

index f1ecd42..6f5d239 100644 (file)
@@ -837,7 +837,6 @@ Dygraph.movePan = function(event, g, context) {
   // y-axis scaling is automatic unless this is a full 2D pan.
   if (context.is2DPan) {
     // Adjust each axis appropriately.
-    var y_frac = context.dragEndY / g.height_;
     for (var i = 0; i < g.axes_.length; i++) {
       var axis = g.axes_[i];
       var maxValue = axis.initialTopValue +