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 42ad1cb  jewel-button: little fixes discovered while doing docs
42ad1cb is described below

commit 42ad1cb81cf11f5a29b967c804a546e40eb47fa0
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Jul 25 21:39:45 2019 +0200

    jewel-button: little fixes discovered while doing docs
---
 .../Jewel/src/main/royale/org/apache/royale/jewel/Button.as       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
index 6021a7e..9627fd0 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
@@ -21,7 +21,6 @@ package org.apache.royale.jewel
     COMPILE::SWF
     {
        import org.apache.royale.core.UIButtonBase;
-       import org.apache.royale.utils.IClassSelectorListSupport;
     }
 
     COMPILE::JS
@@ -30,12 +29,13 @@ package org.apache.royale.jewel
         import org.apache.royale.core.WrappedHTMLElement;
         import org.apache.royale.html.util.addElementToWrapper;
     }
+    
     import org.apache.royale.core.IStrand;
     import org.apache.royale.core.ITextModel;
     import org.apache.royale.core.IUIBase;
     import org.apache.royale.events.IEventDispatcher;
-    import org.apache.royale.events.Event;
     import org.apache.royale.utils.ClassSelectorList;
+    import org.apache.royale.utils.IClassSelectorListSupport;
 
     //--------------------------------------
     //  Events
@@ -170,7 +170,7 @@ package org.apache.royale.jewel
      *  @productversion Royale 0.9.4
      */
     COMPILE::SWF
-       public class Button extends UIButtonBase implements IStrand, 
IEventDispatcher, IUIBase, IClassSelectorListSupport
+       public class Button extends UIButtonBase implements IStrand, IUIBase, 
IEventDispatcher, IClassSelectorListSupport
        {
         public static const PRIMARY:String = "primary";
         public static const SECONDARY:String = "secondary";
@@ -353,7 +353,7 @@ package org.apache.royale.jewel
      *  @productversion Royale 0.9.4
      */
     COMPILE::JS
-    public class Button extends StyledUIBase implements IStrand, 
IEventDispatcher, IUIBase
+    public class Button extends StyledUIBase implements IStrand, IUIBase, 
IEventDispatcher, IClassSelectorListSupport
     {
         public static const PRIMARY:String = "primary";
         public static const SECONDARY:String = "secondary";

Reply via email to