You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/17 12:33:59 UTC

[royale-asjs] branch develop updated: scrollToIndex: forgot to remove the class here

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

carlosrovira 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 96e37f1  scrollToIndex: forgot to remove the class here
96e37f1 is described below

commit 96e37f1fcecbf75a95ba9058f24d532a72af27e3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Apr 17 14:33:54 2020 +0200

    scrollToIndex: forgot to remove the class here
---
 frameworks/projects/Jewel/src/main/royale/JewelClasses.as | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
index 7fd876b..c337bff 100644
--- a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
+++ b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
@@ -140,8 +140,5 @@ package
         import org.apache.royale.jewel.beads.itemRenderers.TabBarItemRendererInitializer; TabBarItemRendererInitializer;
         import org.apache.royale.jewel.beads.itemRenderers.NavigationItemRendererInitializer; NavigationItemRendererInitializer;
         import org.apache.royale.jewel.beads.itemRenderers.DropDownListItemRendererInitializer; DropDownListItemRendererInitializer;
-
-        import org.apache.royale.jewel.beads.controls.list.scrollToIndex; scrollToIndex;
-
     }
 }