Shrinking
This commit is contained in:
parent
b5857a7cd0
commit
c9f185c6c9
4 changed files with 17 additions and 18 deletions
|
|
@ -9,8 +9,7 @@ module.exports = function(render, schedule, console) {
|
|||
|
||||
function sync() {
|
||||
for (offset = 0; offset < subscriptions.length; offset += 2) {
|
||||
try { render(subscriptions[offset], Vnode(subscriptions[offset + 1]), redraw) }
|
||||
catch (e) { console.error(e) }
|
||||
render(subscriptions[offset], Vnode(subscriptions[offset + 1]), redraw)
|
||||
}
|
||||
offset = -1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue