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