LearnNewsExamplesServices
Frontmatter
id5858
titlefix classname typo in examples/todoList/version2/TodoListModel.mjs
stateClosed
labels
bug
assigneesgplanansky
createdAtSep 10, 2024, 3:35 AM
updatedAtSep 12, 2024, 3:09 AM
githubUrlhttps://github.com/neomjs/neo/issues/5858
authorgplanansky
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 12, 2024, 3:09 AM

fix classname typo in examples/todoList/version2/TodoListModel.mjs

Closed v8.1.0 bug
gplanansky
gplanansky commented on Sep 10, 2024, 3:35 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',

gplanansky added the bug label on Sep 10, 2024, 3:35 AM
tobiu assigned to @gplanansky on Sep 10, 2024, 9:30 AM
tobiu
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 referenced in commit 3cb35ec - "Merge pull request #5865 from gplanansky/dev on Sep 10, 2024, 9:05 PM
tobiu
tobiu Sep 12, 2024, 3:09 AM

resolved. thx!

tobiu closed this issue on Sep 12, 2024, 3:09 AM