This is an automated email from the ASF dual-hosted git repository.
pushminakazi 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 da239ca Update UIComponent.as
da239ca is described below
commit da239ca5a401ce1580e1b13be503c2a34ea19cf5
Author: pashminakazi <[email protected]>
AuthorDate: Mon Sep 21 19:54:48 2020 +0500
Update UIComponent.as
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index c5fa102..ff9eaf0 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -644,6 +644,12 @@ public class UIComponent extends UIBase
addEventListener(KeyboardEvent.KEY_UP, keyUpHandler);
}
}
+
+ public function executeBindings(recurse:Boolean = false):void
+ {
+ recurse = false;
+ trace("UIComponent.executeBindings is not implemented");
+ }
//--------------------------------------------------------------------------
//