You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2022/02/20 22:12:43 UTC

[royale-asjs] branch develop updated: Fix typo and add extra JS coercion optimization following 'is' check

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e0d3fa2  Fix typo and add extra JS coercion optimization following 'is' check
e0d3fa2 is described below

commit e0d3fa21229db776b2774e24bd141ee0e74b04e1
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Feb 21 11:12:29 2022 +1300

    Fix typo and add extra JS coercion optimization following 'is' check
---
 .../src/main/royale/mx/controls/beads/ListItemRendererInitializer.as  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListItemRendererInitializer.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListItemRendererInitializer.as
index 4142672..a99cce8 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListItemRendererInitializer.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListItemRendererInitializer.as
@@ -86,8 +86,8 @@ package mx.controls.beads
 		/**
 		 *  @private
 		 *  @royaleignorecoercion org.apache.royale.core.HTMLElementWrapper
-		 *
-		 *  @royalaignorecoercion mx.controls.listClasses.IDropInListItemRenderer
+		 *  @royaleignorecoercion org.apache.royale.core.IOwnerViewItemRenderer
+		 *  @royaleignorecoercion mx.controls.listClasses.IDropInListItemRenderer
 		 */
 		override public function initializeIndexedItemRenderer(ir:IIndexedItemRenderer, data:Object, index:int):void
 		{