Allow mouseup to propagate, for consistency
authorMichael Ang <mang@archive.org>
Wed, 26 Aug 2009 23:27:19 +0000 (23:27 +0000)
committerMichael Ang <mang@archive.org>
Wed, 26 Aug 2009 23:27:19 +0000 (23:27 +0000)
GnuBook/GnuBook.js

index 8246456..67c2b2b 100644 (file)
@@ -298,7 +298,6 @@ GnuBook.prototype.setDragHandler = function(div) {
         //console.log('mouseup');
 
         this.dragging = false;
-        ee.stopPropagation();
     });
     
     $(div).unbind('mouseleave').bind('mouseleave', function(e) {