_activate: function(event) {

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