Skip to content

Commit

Permalink
fix: return module.alias call
Browse files Browse the repository at this point in the history
It still needed to make Link component work
  • Loading branch information
Guria committed Jul 18, 2016
1 parent 1321d10 commit 5046ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function Router (routesConfig, options) {
}
}

module.alias(utils.MODULE)
module.addServices(services)
addressbar.on('change', onUrlChange)
controller.on('predefinedSignal', onPredefinedSignal)
Expand Down

0 comments on commit 5046ce9

Please sign in to comment.