Merge branch 'master' into raf

This commit is contained in:
Yoshua Wuyts
2016-07-12 17:51:44 +02:00
committed by GitHub
10 changed files with 236 additions and 32 deletions
+1 -1
View File
@@ -124,7 +124,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 })