projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec291cb
)
Remove local variable that is no longer used.
author
Robert Konigsberg
<konigsberg@google.com>
Thu, 27 Jan 2011 17:23:01 +0000
(12:23 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Thu, 27 Jan 2011 17:23:01 +0000
(12:23 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
f1ecd42
..
6f5d239
100644
(file)
--- 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 +