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

aharui pushed a commit to branch feature/royalesite
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 6215adea5b2bb48fc1125d6748904157d2ea27f9
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Feb 1 12:41:42 2018 -0800

    should use typenames instead of classname to avoid being overwritten by app 
dev
---
 .../projects/Basic/src/main/royale/org/apache/royale/core/ViewBase.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ViewBase.as 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ViewBase.as
index f0a692f..a3acb76 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ViewBase.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/ViewBase.as
@@ -62,7 +62,7 @@ package org.apache.royale.core
                {
                        super();
 
-                       className = "royale";
+                       typeNames = "royale";
                }
 
                private var _applicationModel:Object;

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to