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:
Wolfgang Sourdeau
2007-05-28 13:18:31 +00:00
parent f69376cc82
commit 7a2ebb1315
6 changed files with 127 additions and 83 deletions
-1
View File
@@ -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)