From bc3e2c5dd0baa4fae1624da1cb4ea39496a20319 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 16 Aug 2012 15:48:48 -0400 Subject: [PATCH] rv f4e7e19, which was committed by accident --- dygraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_); }; /** -- 2.7.4