typo
This commit is contained in:
@@ -128,7 +128,7 @@ function init () {
|
|||||||
console.timeEnd('init')
|
console.timeEnd('init')
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the (mostly) pure funtion from state -> UI. Returns a virtual DOM
|
// This is the (mostly) pure fucntion from state -> UI. Returns a virtual DOM
|
||||||
// tree. Any events, such as button clicks, will turn into calls to dispatch()
|
// tree. Any events, such as button clicks, will turn into calls to dispatch()
|
||||||
function render (state) {
|
function render (state) {
|
||||||
return App(state, dispatch)
|
return App(state, dispatch)
|
||||||
|
|||||||
Reference in New Issue
Block a user