failing test for iframe mouseup
authorDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 16:03:49 +0000 (12:03 -0400)
committerDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 16:03:49 +0000 (12:03 -0400)
dygraph.js

index 3a8cd32..64ca4b6 100644 (file)
@@ -1303,7 +1303,7 @@ Dygraph.prototype.createDragInterface_ = function() {
     }
   };
 
-  this.addEvent(document, 'mouseup', this.mouseUpHandler_);
+  this.addEvent(window, 'mouseup', this.mouseUpHandler_);
 };
 
 /**