onAction: prefix views with view

This commit is contained in:
Yoshua Wuyts
2016-07-15 09:22:25 -04:00
committed by Juan Soto
parent f5f4d7493b
commit 08c15b5f5e
+1 -1
View File
@@ -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 })