Repository: flex-asjs
Updated Branches:
  refs/heads/develop 90278a176 -> f0be94029


animate x instead of right because move effect sets x/left and locks things down


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

Branch: refs/heads/develop
Commit: c6a8107f8dbdcd564416847c69ad005b560f3427
Parents: 90278a1
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jan 13 09:59:33 2015 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Jan 13 09:59:33 2015 -0800

----------------------------------------------------------------------
 examples/FlexJSStore/src/ProductsView.mxml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6a8107f/examples/FlexJSStore/src/ProductsView.mxml
----------------------------------------------------------------------
diff --git a/examples/FlexJSStore/src/ProductsView.mxml 
b/examples/FlexJSStore/src/ProductsView.mxml
index 636413e..8f9ec9a 100755
--- a/examples/FlexJSStore/src/ProductsView.mxml
+++ b/examples/FlexJSStore/src/ProductsView.mxml
@@ -71,7 +71,6 @@ limitations under the License.
     </fx:Script>
     <basic:beads>
         <basic:ContainerDataBinding />
-        <basic:LayoutChangeNotifier 
watchedProperty="{catalogPanelPosition.right}" initialValue="17" />
     </basic:beads>
     <basic:Container 
         className="colorPanel"
@@ -102,14 +101,11 @@ limitations under the License.
     </basic:Container>
         
     <productsView:ProductCatalogPanel id="catalogPanel" y="4" width="685" 
height="540"
+                                      x.showFilter="288" x.showCart="0"
         catalog="{catalog}"
         compare="addToCompare(event.product)"
         purchase="addToCart(event.product)"
         cartCount="{cartPanel.numProducts}">
-        <productsView:style>
-            <basic:BindableCSSStyles id="catalogPanelPosition" 
right.showFilter="17"
-                                  right.showCart="285" />
-        </productsView:style>
     </productsView:ProductCatalogPanel>
     
     <basic:states>

Reply via email to