This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 9b9e2e0 UIBase implements IId
9b9e2e0 is described below
commit 9b9e2e0a96dea91a7a1d8e8f2dfed39d8385a64e
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 2 17:54:07 2018 +0200
UIBase implements IId
---
.../projects/Core/src/main/royale/org/apache/royale/core/UIBase.as | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/UIBase.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/UIBase.as
index 3f00f90..5863904 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/UIBase.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/UIBase.as
@@ -170,7 +170,7 @@ package org.apache.royale.core
* @playerversion AIR 2.6
* @productversion Royale 0.0
*/
- public class UIBase extends HTMLElementWrapper implements
IStrandWithModel, IEventDispatcher, IParentIUIBase, IStyleableObject,
ILayoutChild, IRoyaleElement
+ public class UIBase extends HTMLElementWrapper implements
IStrandWithModel, IEventDispatcher, IParentIUIBase, IStyleableObject,
ILayoutChild, IRoyaleElement, IId
{
/**
* Constructor.
@@ -950,7 +950,7 @@ package org.apache.royale.core
* @langversion 3.0
* @playerversion Flash 10.2
* @playerversion AIR 2.6
- * @productversion Royale 0.0
+ * @productversion Royale 0.9.3
*/
public function get id():String
{