Piotr Zarzycki created FLEX-35239:
-------------------------------------
Summary: Runtime error when setting a property to a constant value
Key: FLEX-35239
URL: https://issues.apache.org/jira/browse/FLEX-35239
Project: Apache Flex
Issue Type: Bug
Components: FlexJS
Affects Versions: Apache FlexJS 0.8.0
Reporter: Piotr Zarzycki
Assignee: Piotr Zarzycki
Following code cause runtime error:
{code}
<fa:FontAwesomeIcon iconType="{FontAwesomeIconType.APPLE}" />
{code}
where FontAwesomeIconType.APPLE is defined as:
public static const APPLE:String = "fa-apple";
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)