Merge branch 'location-history'

This commit is contained in:
Feross Aboukhadijeh
2016-07-28 22:00:58 -07:00

View File

@@ -69,7 +69,7 @@ function onState (err, _state) {
state.location.go({
url: 'home',
setup: (cb) => {
dispatch('resetTitle')
state.window.title = config.APP_WINDOW_TITLE
cb(null)
}
})