Monotone-Parent: a3b7b268652223f09bb5a43b037710e48aed6f1e

Monotone-Revision: 4d5e83e68c9e02af7b7d7a38ef3b127962a84549

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-10T23:00:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-10 23:00:18 +00:00
parent d8e1dea8f5
commit ee3740dd33
-1
View File
@@ -37,7 +37,6 @@ var SOGoDragHandlesInterface = {
this.origLower = this.lowerBlock.offsetTop - 5;
document.body.style.cursor = "n-resize";
}
document._currentDragHandle = this;
document.addEventListener("mouseup", this.documentStopHandleDragging, true);
document.addEventListener("mousemove", this.documentMove, true);