onAction: prefix views with view
This commit is contained in:
@@ -117,7 +117,7 @@ function choo (opts) {
|
||||
}
|
||||
|
||||
function wrap (child, route) {
|
||||
const send = createSend(route, true)
|
||||
const send = createSend('view: ' + route, true)
|
||||
return function chooWrap (params, state) {
|
||||
const nwPrev = prev
|
||||
const nwState = prev = xtend(state, { params: params })
|
||||
|
||||
Reference in New Issue
Block a user