projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b211dd
)
Oops, that time for real.
author
Robert Konigsberg
<kberg@octocore.home>
Thu, 7 Oct 2010 04:36:00 +0000
(
00:36
-0400)
committer
Robert Konigsberg
<kberg@octocore.home>
Thu, 7 Oct 2010 04:36:00 +0000
(
00:36
-0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
85a46c0
..
2e7fa0f
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-826,7
+826,7
@@
Dygraph.prototype.createDragInterface_ = function() {
if (event.altKey || event.shiftKey) {
// have to be zoomed in to pan.
- if (!self.dateWindow_ && !self.value
Window
_) return;
+ if (!self.dateWindow_ && !self.value
Range
_) return;
isPanning = true;
var xRange = self.xAxisRange();