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 8f98f85 Update FocusEvent.as
8f98f85 is described below
commit 8f98f85106e8d0fe18b1562541a4e8cb934e13dc
Author: pashminakazi <[email protected]>
AuthorDate: Thu Nov 22 12:28:10 2018 +0500
Update FocusEvent.as
---
frameworks/projects/MXRoyale/src/main/royale/mx/events/FocusEvent.as | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/events/FocusEvent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/events/FocusEvent.as
index daac7da..e015ec4 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/events/FocusEvent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/events/FocusEvent.as
@@ -42,6 +42,8 @@ import org.apache.royale.events.IRoyaleEvent;
COMPILE::SWF
public class FocusEvent extends flash.events.FocusEvent
{
+ public static const FOCUS_IN:String = "focusIn";
+ public static const FOCUS_OUT:String = "focusOut";
public function FocusEvent(type:String, bubbles:Boolean = false,
cancelable:Boolean = false
,relatedObject:InteractiveObject = null, shiftKey:Boolean = false, keyCode:uint
= 0, direction:String = "none")
{