Skip to content

Commit

Permalink
Update dist/*.js [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Aug 16, 2016
1 parent 8305174 commit 548e5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/cape.js
Original file line number Diff line number Diff line change
Expand Up @@ -1318,8 +1318,8 @@ _extends(Router.prototype, {

if (window.addEventListener) window.addEventListener('hashchange', self._.eventListener, false);else if (window.attachEvent) window.attachEvent('onhashchange', self._.eventListener);

this.currentHash = window.location.href.split('#')[1] || '';
this.navigate(this.currentHash);
this._.currentHash = window.location.href.split('#')[1] || '';
this.navigate(this._.currentHash);
},
stop: function () {
var self = this;
Expand Down

0 comments on commit 548e5ee

Please sign in to comment.