Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit 29ad8ad

Browse files
committed
style(framework): for docs
1 parent 414e404 commit 29ad8ad

File tree

4 files changed

+330
-312
lines changed
  • frameworks/keyed

4 files changed

+330
-312
lines changed

frameworks/keyed/modern-helpers-no-mem/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Main {
125125
update() {
126126
this.store.update();
127127
for (let i = 0; i < this.data.length; i += 10) {
128-
this.tbody.children[i].setLabel(this.store.data[i].label);
128+
this.tbody.children[i].setLabel(this.store.data[i].label);
129129
}
130130
}
131131
//#endregion update

0 commit comments

Comments
 (0)