This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 21a322c 99% sure this needs to change
21a322c is described below
commit 21a322cb90bf8a7e55154379b53a12e13faff9f7
Author: Harbs <[email protected]>
AuthorDate: Tue Jan 4 10:38:04 2022 +0200
99% sure this needs to change
---
.../Basic/src/main/royale/org/apache/royale/html/MXMLBeadView.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/MXMLBeadView.as
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/MXMLBeadView.as
index 8be04f3..86652f7 100644
---
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/MXMLBeadView.as
+++
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/MXMLBeadView.as
@@ -95,7 +95,7 @@ package org.apache.royale.html
*/
public function get model():Object
{
- return _strand["model"];
+ return _strand.model;
}
/**