justinmclean opened a new issue #45: Data binding warning in Apache Royale TODO list example URL: https://github.com/apache/royale-asjs/issues/45 /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(49): col: 26 Warning: Data binding will not be able to detect assignments to 'title'. <js:CheckBox text="{data.title}" ^ /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(50): col: 30 Warning: Data binding will not be able to detect assignments to 'selected'. selected="{data.selected}" ^ /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(49): col: 26 Data binding will not be able to detect assignments to 'title'. <js:CheckBox text="{data.title}" ^ /Users/justinmclean/royale-asjs/examples/royale/TodoListSampleApp/src/main/royale/sample/todo/renderers/TodoItemRenderer.mxml(50): col: 30 Data binding will not be able to detect assignments to 'selected'. selected="{data.selected}"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
