Re: [FlexJS] VO Constructor Bug

2016-12-10 Thread Carlos Rovira
Thanks Alex, that was driving me crazy. I'll try it today again 2016-12-10 1:03 GMT+01:00 Alex Harui : > I think I see a semi-colon after ActorVO(actorName:String = null) > > On 12/9/16, 3:59 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > > >Hi, > > > >this simple VO > > > >

Re: [FlexJS] VO Constructor Bug

2016-12-09 Thread Alex Harui
I think I see a semi-colon after ActorVO(actorName:String = null) On 12/9/16, 3:59 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >this simple VO > >package vos >{ >[Bindable] >public class ActorVO >{ >public function ActorVO(actorName:String = null); >{ >this.actorNa