Skip to content

Commit 823121e

Browse files
committed
Fix docs.
1 parent eeff3cc commit 823121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class extends Todo {
3030
Object.assign(this.state, state);
3131

3232
// Call update of view itself.
33-
super.update(state);
33+
super.update(this.state);
3434
}
3535

3636
onEdit(event) {

0 commit comments

Comments
 (0)