rv f4e7e19, which was committed by accident
authorDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 19:48:48 +0000 (15:48 -0400)
committerDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 19:48:48 +0000 (15:48 -0400)
dygraph.js

index 471e4ee..3fad0d6 100644 (file)
@@ -1310,7 +1310,7 @@ Dygraph.prototype.createDragInterface_ = function() {
     context.tarp.uncover();
   };
 
-  this.addEvent(window, 'mouseup', this.mouseUpHandler_);
+  this.addEvent(document, 'mouseup', this.mouseUpHandler_);
 };
 
 /**