From 84dc76db82b9ced282dcaa0983214fce4341d696 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 27 Jan 2011 12:23:01 -0500 Subject: [PATCH] Remove local variable that is no longer used. --- dygraph.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index f1ecd42..6f5d239 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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 + -- 2.7.4