[FlexJS] [FalconJX] ValuesManager

2013-11-25 Thread Peter Ent
Hi, I've run into an interesting problem while trying to compile some ActionScript into JavaScript via FalconJX. My ActionScript code reads: var c:Class = ValuesManager.valuesImpl.getValue(_strand,iItemRendererClassFactory); This gets compiled into: var /** @type {Class} */ c =

Re: [FlexJS] [FalconJX] ValuesManager

2013-11-25 Thread Alex Harui
Just wanted some advice: should I add a get_valuesImpl() to ValuesManager? Seems like an OK idea to me. Yes. Please add get_valuesImpl to ValuesManager. -Alex