I’m starting in on this. I’m unclear how you access the superclass’s getter or setter. Anybody know?
ActionScript: function set foo(value:int):void { if (value != super.foo) super.foo = value; } Thanks, -Alex On 1/19/15, 12:49 PM, "Erik de Bruin" <e...@ixsoftware.nl> wrote: >Actually, JSGoogEmitter.java still has code to emit that method, so, >"simply" removing the override in FlexJS should get you started ;-) > >EdB > > > >On Mon, Jan 19, 2015 at 8:52 PM, Erik de Bruin <e...@ixsoftware.nl> wrote: >> Definitely! >> >> Edb >> >> >> >> On Monday, January 19, 2015, Alex Harui <aha...@adobe.com> wrote: >>> >>> I think we’ve agreed that IE9 is now the oldest browser that FlexJS >>>will >>> support in terms of JS output. The original motivation was to get >>>enough >>> SVG support to do the graphics/skinning. Folks needing to run >>>something >>> on older browsers can deploy the SWF version since those old browsers >>> probably have Flash. >>> >>> If we’re going to make IE9 the baseline, should we start using >>> Object.defineProperty instead of set_ and get_ functions? >>> >>> -Alex >>> >>> >>> >>> >> >> >> -- >> Ix Multimedia Software >> >> Jan Luykenstraat 27 >> 3521 VB Utrecht >> >> T. 06-51952295 >> I. www.ixsoftware.nl > > > >-- >Ix Multimedia Software > >Jan Luykenstraat 27 >3521 VB Utrecht > >T. 06-51952295 >I. www.ixsoftware.nl