projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4447738
)
rv f4e7e19, which was committed by accident
author
Dan Vanderkam
<danvk@google.com>
Thu, 16 Aug 2012 19:48:48 +0000
(15:48 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Thu, 16 Aug 2012 19:48:48 +0000
(15:48 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
471e4ee
..
3fad0d6
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-1310,7
+1310,7
@@
Dygraph.prototype.createDragInterface_ = function() {
context.tarp.uncover();
};
- this.addEvent(
window
, 'mouseup', this.mouseUpHandler_);
+ this.addEvent(
document
, 'mouseup', this.mouseUpHandler_);
};
/**