From f4e7e19ad631619a3f73a2393704a4f70bbd1bae Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 16 Aug 2012 12:03:49 -0400 Subject: [PATCH] failing test for iframe mouseup --- dygraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index 3a8cd32..64ca4b6 100644 --- 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_); }; /** -- 2.7.4