finish drag and drop for context list. Works even for webkit :-)

This commit is contained in:
Reinier Balt 2012-01-31 16:51:20 +01:00
parent 4a8fdbabc2
commit c8ab797924
5 changed files with 14 additions and 29 deletions

View file

@ -27,7 +27,7 @@
direction = moveCounter > 0 ? 'down' : 'up',
moveVerticalAmount = 0,
dragPastBy = 0;
if (moveCounter === 0) { return; }
while (moveCounter !== 0) {