Darrell Loverin created FLEX-33701:
--------------------------------------
Summary: MXML implicit imports not correct for falcon compiler
Key: FLEX-33701
URL: https://issues.apache.org/jira/browse/FLEX-33701
Project: Apache Flex
Issue Type: Task
Components: falcon
Reporter: Darrell Loverin
Some implicit imports for MXML are dependent on the dialect of MXML being used.
if MXML dialect is 2009 or greater then
add "mx.filters.*"
add "spark.filters.*"
else
add "flash.filters.*"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|