We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f8ccf commit c9356a6Copy full SHA for c9356a6
index.js
@@ -129,7 +129,7 @@ Choo.prototype.start = function () {
129
var href = location.href
130
var hash = location.hash
131
if (href === window.location.href) {
132
- if (!this._hashEnabled && hash) scrollToAnchor(hash)
+ if (!self._hashEnabled && hash) scrollToAnchor(hash)
133
return
134
}
135
self.emitter.emit(self._events.PUSHSTATE, href)
0 commit comments