Re: [FlexJS] [FalconJX] ValuesManager
>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
[FlexJS] [FalconJX] ValuesManager
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 = org.apach