This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit a5fe4ba5f1bd7cf4d1eca7f9ebaba3054b5087fe Author: Alex Harui <[email protected]> AuthorDate: Tue Jan 30 12:59:56 2018 -0800 make beads the default property for application --- .../Basic/src/main/royale/org/apache/royale/core/ApplicationBase.as | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ApplicationBase.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ApplicationBase.as index 5fcd493..cd7d2f7 100644 --- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ApplicationBase.as +++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ApplicationBase.as @@ -29,7 +29,8 @@ package org.apache.royale.core import org.apache.royale.events.Event; } - + [DefaultProperty("beads")] + /** * This is a platform-dependent base class * for Application @@ -79,6 +80,8 @@ package org.apache.royale.core } } + [DefaultProperty("beads")] + COMPILE::JS public class ApplicationBase extends HTMLElementWrapper implements IFlexInfo { -- To stop receiving notification emails like this one, please contact [email protected].
