Ok, I'm not so good in english.

I want, that the user can do one drag. Only one.

Because of this I want to delete the drag-object after one drag.

var aktiveAction = new Drag.Move($(aktivesElement.toString()),
{onComplete: function(){
  delete this;
});

Error: ->this can not be deleted

Reply via email to