kludge to me is an ugly half solution for something that shouldn't have to have a solution. :)
I am trying to figure out all the stuff I will run into if I go this way and this sounds like a road block. I seriously don't think TS has implemented a super property call yet. It's in the github issue since 2014; https://github.com/Microsoft/TypeScript/issues/338 Mike On Wed, May 27, 2015 at 6:46 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 5/27/15, 3:42 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >On Wed, May 27, 2015 at 6:35 PM, Alex Harui <aha...@adobe.com> wrote: > > > >> > >> > >> On 5/27/15, 3:32 PM, "Michael Schmalle" <teotigraphix...@gmail.com> > >>wrote: > >> > >> >BTW, the ONE HELL I had with Randori was this get_ set_ crap, this will > >> >make is SO much easier. :) > >> > >> True, but IMO, there is still hell in calling the superclass’s getter > >> and/or setter. > >> > >> > >You solved this obviously? So I can look at how you did it. Saves time. :) > > Yes, but I realized that it knows that we’re using goog.inherit. > Basically we make an call to a utility function in > org.apache.flex.utils.Language.js > > -Alex > >