Github user adufilie commented on a diff in the pull request:
https://github.com/apache/flex-asjs/pull/5#discussion_r62781222
--- 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 --
Sort options can also be an array if names is an array
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Array.html#sortOn()
---
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 [email protected] or file a JIRA ticket
with INFRA.
---