From: Dan Vanderkam Date: Thu, 16 Aug 2012 19:48:48 +0000 (-0400) Subject: rv f4e7e19, which was committed by accident X-Git-Tag: v1.0.0~191 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=bc3e2c5dd0baa4fae1624da1cb4ea39496a20319;p=dygraphs.git rv f4e7e19, which was committed by accident --- diff --git a/dygraph.js b/dygraph.js index 471e4ee..3fad0d6 100644 --- 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_); }; /**