Repository: flex-asjs Updated Branches: refs/heads/develop 1ab5705f6 -> 3aa038b93
switch flexibleChild to id so it can be found before bindings get applied Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cb82c4fb Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cb82c4fb Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cb82c4fb Branch: refs/heads/develop Commit: cb82c4fb18d396c72d888014c97090c16ad2fc12 Parents: 1fc77cb Author: Alex Harui <[email protected]> Authored: Fri May 22 15:24:51 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri May 22 16:04:10 2015 -0700 ---------------------------------------------------------------------- examples/FlexJSStore/src/productsView/ProductCart.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cb82c4fb/examples/FlexJSStore/src/productsView/ProductCart.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSStore/src/productsView/ProductCart.mxml b/examples/FlexJSStore/src/productsView/ProductCart.mxml index 8c42027..0d509b6 100755 --- a/examples/FlexJSStore/src/productsView/ProductCart.mxml +++ b/examples/FlexJSStore/src/productsView/ProductCart.mxml @@ -30,7 +30,7 @@ limitations under the License. </js:style> <js:beads> <js:ContainerDataBinding /> - <js:OneFlexibleChildVerticalLayout id="flexLayout" flexibleChild="{productList}" /> + <js:OneFlexibleChildVerticalLayout id="flexLayout" flexibleChild="productList" /> </js:beads> <fx:Script> <