Github user matrix3d commented on a diff in the pull request:
https://github.com/apache/flex-asjs/pull/5#discussion_r62782410
--- 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 --
the adobe flash player array.sorton ,opt array.
just use the opt[0],the other [1] [2],not work
---
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.
---