undrag fix of drag array

This commit is contained in:
Tomas Alabes 2013-02-16 00:53:42 -03:00
parent 91ea94b8c2
commit 1fe18b9e76
3 changed files with 3 additions and 1 deletions

2
raphael-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -3192,6 +3192,7 @@
eve.unbind("raphael.drag.*." + this.id);
}
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
drag = [];
};
/*\
* Paper.circle

View File

@ -3572,6 +3572,7 @@
eve.unbind("raphael.drag.*." + this.id);
}
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
drag = [];
};
/*\
* Paper.circle