if ( typeof isScrolling == 'undefined' && !isHorizontal) {
      isScrolling = !!( isScrolling || Math.abs(pageY - _this.touches.startY) < Math.abs( pageX - _this.touches.startX ) )
    }