[flexcoders] rewriting a function using prototype?

2009-12-28 Thread mitchgrrt
We have a situation where some ActionScript classes are automatically generated by an Ant script. So we can't edit them because they are regenerated on each build. I want to make one function in one of these classes behave differently. If I had normal source code editing available, I could just

Re: [flexcoders] rewriting a function using prototype?

2009-12-28 Thread Paul Andrews
mitchgrrt wrote: We have a situation where some ActionScript classes are automatically generated by an Ant script. So we can't edit them because they are regenerated on each build. I want to make one function in one of these classes behave differently. If I had normal source code