projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b3d945
)
failing test for iframe mouseup
author
Dan Vanderkam
<danvk@google.com>
Thu, 16 Aug 2012 16:03:49 +0000
(12:03 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Thu, 16 Aug 2012 16:03:49 +0000
(12:03 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
3a8cd32
..
64ca4b6
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-1303,7
+1303,7
@@
Dygraph.prototype.createDragInterface_ = function() {
}
};
- this.addEvent(
document
, 'mouseup', this.mouseUpHandler_);
+ this.addEvent(
window
, 'mouseup', this.mouseUpHandler_);
};
/**