[ https://issues.apache.org/jira/browse/FLEX-34285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Mclean resolved FLEX-34285. ---------------------------------- Resolution: Fixed Applied patch, XMLListCollection tests pass, checked into develop. > removeItem in XMLListAdapter is calling removeItemAt as an array instead of a > method > ------------------------------------------------------------------------------------ > > Key: FLEX-34285 > URL: https://issues.apache.org/jira/browse/FLEX-34285 > Project: Apache Flex > Issue Type: Bug > Components: Data Binding > Affects Versions: Apache Flex 4.10.0 > Reporter: Dave Keen > Priority: Minor > Labels: easyfix, easytest > Attachments: FLEX-34285.patch > > > XMLListAdapater.as contains the line: > var _item:Object = removeItemAt[getItemIndex(item)]; > when it should be: > var _item:Object = removeItemAt(getItemIndex(item)); -- This message was sent by Atlassian JIRA (v6.2#6252)