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