$drag.children('div')
            .off('mouseover', this._mouseOver.bind(this))
            .off('mouseout', this._mouseOut.bind(this))
            .off('mouseup', this._mouseUp.bind(this))
            .off('mousedown', this._mouseDown.bind(this));