Peter Ent created FLEX-34552:
--------------------------------
Summary: FalconJX should be aware of Date properties
Key: FLEX-34552
URL: https://issues.apache.org/jira/browse/FLEX-34552
Project: Apache Flex
Issue Type: Bug
Components: FalconJX
Environment: Mac OS X 10.7
Reporter: Peter Ent
Priority: Minor
ActionScript Date has both properties (date.time) and setter/getters
(date.getTime()). Javascript has only setter/getter functions.
Code in ActionScript that will be cross-compiled should be able to use
date.time and have it cross-compiled to date.getTime().
Workaround: use date.getTime() in ActionScript.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)