_deactivate: function(event) {

        var draggable = $.ui.ddmanager.current;
        $.ui.plugin.call(this, 'deactivate', [event, this.ui(draggable)]);
        if(draggable) this.element.triggerHandler("dropdeactivate", [event, this.ui(draggable)], this.options.deactivate);