this.on(this.element(), "touchstart", function() {
                        this._moved = true;
                        this._abort();
                    });