Repository: flex-asjs
Updated Branches:
  refs/heads/feature/fontawesome f2eecbf8d -> c3332d830


In order to use FontAwesomeIconType in fx:Script - it has to be added in JS 
compilation


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c3332d83
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c3332d83
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c3332d83

Branch: refs/heads/feature/fontawesome
Commit: c3332d830d6bb0c22cb9559786b8be5f07d9d0c0
Parents: f2eecbf
Author: piotrz <pio...@apache.org>
Authored: Wed Jan 4 09:40:21 2017 +0100
Committer: piotrz <pio...@apache.org>
Committed: Wed Jan 4 09:40:21 2017 +0100

----------------------------------------------------------------------
 frameworks/projects/FontAwesome/src/main/flex/FAClasses.as | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c3332d83/frameworks/projects/FontAwesome/src/main/flex/FAClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/FontAwesome/src/main/flex/FAClasses.as 
b/frameworks/projects/FontAwesome/src/main/flex/FAClasses.as
index 96a777e..e231687 100644
--- a/frameworks/projects/FontAwesome/src/main/flex/FAClasses.as
+++ b/frameworks/projects/FontAwesome/src/main/flex/FAClasses.as
@@ -27,10 +27,7 @@ package
        */
        internal class FAClasses
        {
-               COMPILE::SWF
-               {
-                       import org.apache.flex.fa.FontAwesomeIconType; 
FontAwesomeIconType;
-               }
+               import org.apache.flex.fa.FontAwesomeIconType; 
FontAwesomeIconType;
        }
 
 }

Reply via email to