var drag_leave = function(event) {
                stopEvent(event);
                $(this).removeClass('drop-active');
                return false;
            }.bind(dropper);