You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/05/04 19:20:16 UTC

git commit: [flex-asjs] [refs/heads/develop] - VerticalLayout - HTML/JS side - was actually not working at all due to missing flexignorecoercion statement.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 198f5a196 -> c848b5997


VerticalLayout - HTML/JS side - was actually not working at all due to missing flexignorecoercion statement.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c848b599
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c848b599
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c848b599

Branch: refs/heads/develop
Commit: c848b59972437e3c0549bee64823ac6a4712c4da
Parents: 198f5a1
Author: Peter Ent <pe...@apache.org>
Authored: Thu May 4 15:20:14 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu May 4 15:20:14 2017 -0400

----------------------------------------------------------------------
 .../main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c848b599/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as
index 670aede..eb9e692 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/VerticalLayout.as
@@ -74,6 +74,7 @@ package org.apache.flex.html.beads.layouts
 		 *  @playerversion AIR 2.6
 		 *  @productversion FlexJS 0.0
 		 *  @flexjsignorecoercion org.apache.flex.core.ILayoutHost
+		 *  @flexjsignorecoercion org.apache.flex.core.WrappedHTMLElement
 		 */
 		override public function layout():Boolean
 		{