Tour.prototype.next = function() {
        this.hideStep(this._current);
        return this.showNextStep();
      };