jq(this.$n()).off('touchstart', this.proxy(this._tapHoldStart))
                .off('touchmove', this.proxy(this._tapHoldMove)) //cancel hold if moved
                .off('click', this.proxy(this._tapHoldClick))    //prevent click during hold
                .off('touchend', this.proxy(this._tapHoldEnd));