Right. I just looked at past threads and it’s not implemented yet. Do you think 
you can get it working using code similar to what you have there and make a 
pull request on the main repo?

You can look at what I’ve done with XML as a pointer.

One issue which I’m not really sure how to handle here is how to add to the 
Array prototype in ActionScript without trying to completely redefine Array.

It feels like this would be easier to do in Javascript (using 
Array.protoype.sortOn = function(params){…}) rather than ActionScript. I’m not 
sure how to do the equivalent in ActionScript without defining the class.

On Apr 25, 2016, at 10:01 AM, lizhi <s...@qq.com> wrote:

> i just code the array.sorton.
> and it is not work flexjs 0.7
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-development.2333347.n4.nabble.com/flexjs-donation-the-sorton-code-tp52565p52567.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to