mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Monotone-Parent: 25301be77706f7c3801e36031343c4b9a772df83
Monotone-Revision: f38c815e39c0a20ce1e0bc26bf4422feb3f85888 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-28T13:18:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -17,7 +17,6 @@ var SOGoDragHandlesInterface = {
|
||||
bind: function () {
|
||||
this.startHandleDraggingBound = this.startHandleDragging.bindAsEventListener(this);
|
||||
Event.observe(this, "mousedown", this.startHandleDraggingBound, false);
|
||||
this.onmousedown = function() { return false }
|
||||
},
|
||||
_determineType: function () {
|
||||
if (this.leftBlock && this.rightBlock)
|
||||
|
||||
Reference in New Issue
Block a user