You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/12/09 06:17:15 UTC

[28/31] git commit: [flex-asjs] [refs/heads/develop] - needs requires

needs requires


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

Branch: refs/heads/develop
Commit: 3ad5889fa756b32c0d763a9c8b85a85480dae542
Parents: 6cb48ab
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 8 17:41:11 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 8 21:09:29 2014 -0800

----------------------------------------------------------------------
 .../js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3ad5889f/frameworks/js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js b/frameworks/js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js
index c578c6d..6e9b1da 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/beads/ContainerView.js
@@ -15,6 +15,7 @@
 goog.provide('org.apache.flex.html.beads.ContainerView');
 
 goog.require('org.apache.flex.core.BeadViewBase');
+goog.require('org.apache.flex.core.ILayoutParent');