Skip to content

Commit

Permalink
m.domFor(): void all destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
kfule committed Sep 29, 2024
1 parent 6777179 commit 3a664f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/domFor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function *domFor(vnode, object = {}) {
var domSize = vnode.domSize
var generation = object.generation
if (dom != null) do {
const {nextSibling} = dom
var nextSibling = dom.nextSibling

if (delayedRemoval.get(dom) === generation) {
yield dom
Expand Down

0 comments on commit 3a664f5

Please sign in to comment.