Github user matrix3d commented on a diff in the pull request: https://github.com/apache/flex-asjs/pull/5#discussion_r62781390 --- Diff: frameworks/projects/Core/src/main/flex/org/apache/flex/utils/Language.as --- @@ -361,5 +370,56 @@ package org.apache.flex.utils return boundMethod; }; + /** + * @author lizhi + * @param arr + * @param names + * @param opt + */ + public static function sortOn(arr:Array,names:Object,opt:int=0):void{ --- End diff -- yes ,array work now.
--- 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. ---