_mouseDistanceMet: function(e) {
        return (Math.max(
                Math.abs(this._mouseDownEvent.pageX - e.pageX),
                Math.abs(this._mouseDownEvent.pageY - e.pageY)
            ) >= this.options.distance