Tour.prototype.prev = function() {
        this.hideStep(this._current);
        return this.showPrevStep();
      };