You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/11/26 07:15:08 UTC

[royale-asjs] branch develop updated: Update UIComponent.as

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 c09b11d  Update UIComponent.as
c09b11d is described below

commit c09b11d71917f1632bfee42bd735c4842d9edc64
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Mon Nov 26 12:15:03 2018 +0500

    Update UIComponent.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 92453fb..b96b02d 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -129,7 +129,7 @@ import org.apache.royale.utils.loadBeadFromValuesManager;
  *  @playerversion AIR 1.1
  *  @productversion Flex 3
  */
-[Event(name="focusIn", type="= mx.events.FocusEvent")]
+[Event(name="focusIn", type=" mx.events.FocusEvent")]
 
 /**
  *  Dispatched when the component has finished its construction