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 2015/05/19 19:13:25 UTC

git commit: [flex-asjs] [refs/heads/develop] - Added BasicLayout so the app does not crash due to recent SDK changes. Once that is fixed, having the layout explicitly name will serve as a placeholder in case someone wants to change layouts.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 3c23b3a1a -> 95210ac7e


Added BasicLayout so the app does not crash due to recent SDK changes. Once that is fixed, having the layout explicitly name will serve as a placeholder in case someone wants to change layouts.


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

Branch: refs/heads/develop
Commit: 95210ac7e8e72243213b37bb1d5778b68723eb51
Parents: 3c23b3a
Author: Peter Ent <pe...@apache.org>
Authored: Tue May 19 13:13:21 2015 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue May 19 13:13:21 2015 -0400

----------------------------------------------------------------------
 examples/RollEventsTest/src/RollEventsTest.mxml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/95210ac7/examples/RollEventsTest/src/RollEventsTest.mxml
----------------------------------------------------------------------
diff --git a/examples/RollEventsTest/src/RollEventsTest.mxml b/examples/RollEventsTest/src/RollEventsTest.mxml
index 38b6ef3..80e3e08 100644
--- a/examples/RollEventsTest/src/RollEventsTest.mxml
+++ b/examples/RollEventsTest/src/RollEventsTest.mxml
@@ -42,6 +42,7 @@
 		<js:ViewBase>
 			<js:Container x="50" y="50" width="400" height="400" className="ContainerBackground">
 				<js:beads>
+					<js:BasicLayout />
 					<local:RollEventController rollEvent="output.text=(event as RollEvent).rollEventType" />
 				</js:beads>
 			</js:Container>