You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/03 07:46:05 UTC

[royale-asjs] branch develop updated: fix metadata typo

This is an automated email from the ASF dual-hosted git repository.

aharui 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 97fd0fb  fix metadata typo
97fd0fb is described below

commit 97fd0fbccf02ce9410d4cdc1580028dd087361dc
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Oct 3 00:45:53 2018 -0700

    fix metadata typo
---
 .../projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as
index 40da77d..1a71752 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as
@@ -100,7 +100,7 @@ use namespace mx_internal;
  *  @playerversion AIR 1.1
  *  @productversion Flex 3
  */
- Event(name="dividerRelease", type="mx.events.DividerEvent")]
+[Event(name="dividerRelease", type="mx.events.DividerEvent")]
 
 /**
  *  A DividedBox container measures and lays out its children