This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 67637008fe2e2f3c203310172b07086e9545bfed Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 19 17:33:52 2020 -0800 get examples to compile --- .../DataGridExample/src/main/royale/products/ProductItemRenderer.as | 1 - .../DragAndDropExample/src/main/royale/products/ProductItemRenderer.as | 2 -- 2 files changed, 3 deletions(-) diff --git a/examples/express/DataGridExample/src/main/royale/products/ProductItemRenderer.as b/examples/express/DataGridExample/src/main/royale/products/ProductItemRenderer.as index 89e6862..1282e79 100644 --- a/examples/express/DataGridExample/src/main/royale/products/ProductItemRenderer.as +++ b/examples/express/DataGridExample/src/main/royale/products/ProductItemRenderer.as @@ -60,7 +60,6 @@ package products image.width = 32; image.height = 32; - updateRenderer(); } } } diff --git a/examples/royale/DragAndDropExample/src/main/royale/products/ProductItemRenderer.as b/examples/royale/DragAndDropExample/src/main/royale/products/ProductItemRenderer.as index 89e6862..7e8a834 100644 --- a/examples/royale/DragAndDropExample/src/main/royale/products/ProductItemRenderer.as +++ b/examples/royale/DragAndDropExample/src/main/royale/products/ProductItemRenderer.as @@ -59,8 +59,6 @@ package products image.y = cy - 16; image.width = 32; image.height = 32; - - updateRenderer(); } } }
