This is an automated email from the ASF dual-hosted git repository.
yishayw 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 4c4ad00 NodeElementBase should allow nesting
4c4ad00 is described below
commit 4c4ad006117670ccd5dae3a30e034c2938969797
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Wed May 9 12:26:14 2018 +0300
NodeElementBase should allow nesting
---
.../HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
b/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
index dd88b38..48daa4f 100644
---
a/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
+++
b/frameworks/projects/HTML/src/main/royale/org/apache/royale/html/NodeElementBase.as
@@ -18,9 +18,9 @@
////////////////////////////////////////////////////////////////////////////////
package org.apache.royale.html
{
- import org.apache.royale.core.UIBase;
+ import org.apache.royale.html.Group;
- public class NodeElementBase extends UIBase
+ public class NodeElementBase extends Group
{
public function NodeElementBase()
{
--
To stop receiving notification emails like this one, please contact
[email protected].