You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/04/11 08:25:09 UTC

[royale-asjs.wiki] branch master updated: Updated Flex Migration Pitfalls (markdown)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new bc3d148  Updated Flex Migration Pitfalls (markdown)
bc3d148 is described below

commit bc3d1485fe5f83ee7cd53096772e96aa9cdbdbc7
Author: yishayw <yi...@hotmail.com>
AuthorDate: Sat Apr 11 11:25:07 2020 +0300

    Updated Flex Migration Pitfalls (markdown)
---
 Flex-Migration-Pitfalls.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Flex-Migration-Pitfalls.md b/Flex-Migration-Pitfalls.md
index 6aca73a..2749701 100644
--- a/Flex-Migration-Pitfalls.md
+++ b/Flex-Migration-Pitfalls.md
@@ -1 +1 @@
-* Royale emulation components are based on a Royale version of UIComponent which is derived from UIBase. UIBase has some methods and properties, such as 'model', 'view', 'element', which do not exist in Flex UIComponent. If your legacy code extends UIComponents to use these APIs, this compiler may not detect the override properly, but you will encounter runtime errors further on.
\ No newline at end of file
+* Royale emulation components are based on a Royale version of UIComponent which is derived from UIBase. UIBase has some methods and properties, such as 'model', 'view', 'element', which do not exist in Flex UIComponent. If your legacy code extends UIComponents to use these APIs, the Royale compiler may not detect the override properly, but you will encounter runtime errors further on.
\ No newline at end of file