fixed drag and drop issue and reverted default easing back to linear

This commit is contained in:
Eric Rowell
2012-04-01 10:06:00 -07:00
parent 3a8afc747c
commit 71b0449071
6 changed files with 13 additions and 23 deletions

View File

@@ -1052,14 +1052,6 @@ Test.prototype.tests = {
circle.draggable(true);
circle.draggable(true);
circle.draggable(true);
circle.draggable(false);
circle.draggable(true);
circle.draggable(true);
circle.draggable(true);
// circle should not be draggable
circle.draggable(false);
layer.add(circle);