'scrollme.zf.trigger': _this._updateActive.bind(_this)
}).on('click.zf.magellan', 'a[href^="#"]', function(e) {
e.preventDefault();
- var arrival = _this.getAttribute('href');
+ var arrival = this.getAttribute('href');
_this.scrollToLoc(arrival);
});
} else {
'scrollme.zf.trigger': _this._updateActive.bind(_this)
}).on('click.zf.magellan', 'a[href^="#"]', function(e) {
e.preventDefault();
- var arrival = _this.getAttribute('href');
+ var arrival = this.getAttribute('href');
_this.scrollToLoc(arrival);
});
});