Github user matrix3d commented on a diff in the pull request:
https://github.com/apache/flex-asjs/pull/5#discussion_r62781527
--- 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 --
https://github.com/matrix3d/spriteflexjs/blob/master/test/src/TestSortOn.as#L23
---
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.
---