don't need this fix (which didn't factor in padding anyway)

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

Branch: refs/heads/master
Commit: b85f244b490a3ef3ba481dfd9c09f636cb62cded
Parents: 72c84c8
Author: Alex Harui <[email protected]>
Authored: Thu Sep 24 16:38:06 2015 -0700
Committer: Alex Harui <[email protected]>
Committed: Thu Sep 24 16:38:06 2015 -0700

----------------------------------------------------------------------
 examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b85f244b/examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml 
b/examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml
index 18a2b7a..951b1fa 100755
--- a/examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml
+++ b/examples/flexjs/FlexJSStore/src/productsView/ProductList.mxml
@@ -138,7 +138,6 @@ limitations under the License.
                        for (var i:int = startIndex; i < n ; i++)
                        {
                            var item:ProductListItem = items[i];
-                           item.width = width;
                 var yTo:Number = i * (item.height);
                 //still need to prevent items that are already in motion from 
getting
                 //jumpy

Reply via email to