See ChangeLog.

Monotone-Parent: 86a177d4a05deda193edc7d9e0fedca89758cadd
Monotone-Revision: 858a9ca804ecabd66c735a54fe09bd4e5b7ec5b2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-07-30T20:10:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-07-30 20:10:00 +00:00
parent 9e819f81f6
commit beaf3e9b7d
5 changed files with 133 additions and 43 deletions
-1
View File
@@ -326,7 +326,6 @@ var Draggable = Class.create({
this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
Draggables.activate(this);
Event.stop(event);
}
},