Frontmatter
| id | 5858 |
| title | fix classname typo in examples/todoList/version2/TodoListModel.mjs |
| state | Closed |
| labels | bug |
| assignees | gplanansky |
| createdAt | Sep 10, 2024, 3:35 AM |
| updatedAt | Sep 12, 2024, 3:09 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5858 |
| author | gplanansky |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 3:09 AM |
fix classname typo in examples/todoList/version2/TodoListModel.mjs
tobiu assigned to @gplanansky on Sep 10, 2024, 9:30 AM

tobiu
Sep 10, 2024, 9:30 AM
fair point. assigning it to you :)
gplanansky cross-referenced by PR #5865 on Sep 10, 2024, 9:02 PM

tobiu
Sep 12, 2024, 3:09 AM
resolved. thx!
tobiu closed this issue on Sep 12, 2024, 3:09 AM
fix typo
https://github.com/neomjs/neo/blob/62b219027e5404054eb1cd843eea6656411f4bcf/examples/todoList/version2/TodoListModel.mjs#L9C5-L9C65
"MainModel" should read "TodoListModel":
className : 'Neo.examples.todoList.version2.MainModel',-->className : 'Neo.examples.todoList.version2.TodoListModel',