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 2020/01/31 20:33:20 UTC

[royale-asjs] branch develop updated: Quick fix for swf build of Jewel

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 a0db2c0  Quick fix for swf build of Jewel
a0db2c0 is described below

commit a0db2c02229ba33b07215593cd7cad946a5ac645
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sat Feb 1 09:33:00 2020 +1300

    Quick fix for swf build of Jewel
---
 .../main/royale/org/apache/royale/jewel/beads/views/CheckBoxView.as  | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/CheckBoxView.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/CheckBoxView.as
index 4b5afb1..1fefe53 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/CheckBoxView.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/CheckBoxView.as
@@ -25,12 +25,15 @@ package org.apache.royale.jewel.beads.views
 		import flash.display.Sprite;
 		import flash.text.TextFieldAutoSize;
 		import flash.text.TextFieldType;
+		import flash.events.Event;
 
 		import org.apache.royale.core.CSSTextField;
+		import org.apache.royale.core.IToggleButtonModel;
 	}
 	COMPILE::JS
 	{
-    import org.apache.royale.events.IEventDispatcher;
+    	import org.apache.royale.events.IEventDispatcher;
+		import  org.apache.royale.events.Event;
 	}
     import org.apache.royale.core.BeadViewBase;
     import org.apache.royale.core.IStrand;