Skip to content

Commit 0984377

Browse files
committed
Improve 10K performance
1 parent 0128314 commit 0984377

File tree

1 file changed

+1
-1
lines changed
  • frameworks/keyed/vanillajs-3/src

1 file changed

+1
-1
lines changed

frameworks/keyed/vanillajs-3/src/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ tbody.onclick = (e) => {
5353
}
5454
}
5555
for (let [key, fn] of Object.entries({
56-
run: create, runlots: () => create(10000),
56+
run: create, runlots: () => create(10000),
5757
add: append, update, clear, swaprows: swap
5858
})) document.getElementById(key).onclick = (e) => { e.stopPropagation(), fn() }

0 commit comments

Comments
 (0)