[
https://issues.apache.org/jira/browse/FLEX-35014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui resolved FLEX-35014.
-------------------------------
Resolution: Fixed
flex-falcon 7a6e27a07b3003424046f91fea4c8001e4d7e9ba
flex-asjs d2ed1ea9938bd9be442b328b180ba773ac0b708b
new Vector<String>(30) now calls Language.Vector(30, 'String') and returns
initialized array.
> new vector
> ----------
>
> Key: FLEX-35014
> URL: https://issues.apache.org/jira/browse/FLEX-35014
> Project: Apache Flex
> Issue Type: Bug
> Components: FlexJS
> Affects Versions: Apache FlexJS 0.6.0
> Reporter: lizhi
>
> var a:Vector=new Vector(3,true)
> in as need get [0,0,0]
> but the js get [3,true]
> the 3 is length
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)