You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Dave Keen (JIRA)" <ji...@apache.org> on 2014/04/28 16:10:18 UTC

[jira] [Created] (FLEX-34285) removeItem in XMLListAdapter is calling removeItemAt as an array instead of a method

Dave Keen created FLEX-34285:
--------------------------------

             Summary: 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


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)