lint
This commit is contained in:
parent
c0dbb8635c
commit
1fe4a08e71
3 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ module.exports = function($window) {
|
|||
for (var i = 0; i < keys.length; i++) {
|
||||
params[keys[i].replace(/:|\./g, "")] = decodeURIComponent(values[i])
|
||||
}
|
||||
resolve(routes[route], params, path, route, !!isRouteChange)
|
||||
resolve(routes[route], params, path, route, Boolean(isRouteChange))
|
||||
})
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue