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 130583685b9df3d8eb6a66ce21b5f2995905ca2c Author: Alex Harui <[email protected]> AuthorDate: Thu Feb 20 17:39:55 2020 -0800 update TDJ with new bead name --- .../src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/royale/TourDeJewel/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml b/examples/royale/TourDeJewel/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml index 4902169..ddc608a 100644 --- a/examples/royale/TourDeJewel/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml +++ b/examples/royale/TourDeJewel/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml @@ -39,7 +39,7 @@ limitations under the License. <j:beads> <js:ItemRendererDataBinding/> - <j:NoClassSelectorListRuntimeSelectableItemRendererBead/> + <j:NoClassSelectorListSelectableItemRendererBead/> </j:beads> <j:IconButton emphasis="primary" width="24" height="24" style="padding: 0px; border-radius: 50%" click="clickCloseButton()">
