GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-sdk/pull/17
deleted "removed = source.splice(index, 1)[0];" removed duplicate manipulation of source array which was causing a second item to be unnecessarily removed in function removeItemAt() You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinGodell/flex-sdk patch-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flex-sdk/pull/17.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #17 ---- commit 64bfc91a0581ed9bfd23cd1263753fd2362110c3 Author: Kevin Godell <kevin.god...@gmail.com> Date: 2015-03-05T00:37:44Z deleted "removed = source.splice(index, 1)[0];" removed duplicate manipulation of source array which was causing a second item to be unnecessarily removed in function removeItemAt() ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---