fix exception

This commit is contained in:
Feross Aboukhadijeh
2016-07-28 20:35:36 -07:00
parent d95e5b02d6
commit 05ce20303c

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)
}
})