On 8/19/15, 4:06 PM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote:
>> >For the rest of the class, the type var is in the super class, I didn't >> >get why it has been added to the class, any idea ? >> >> Maybe to @export it? > >Maybe I don't get it, what is the interest to export it ? We currently export way more than we need to because things like dataBinding and MXML attribute assignments use string names. The Google Closure Compiler may rename ’type' to ‘qq’. Subclassing works fine, just name lookups fail. Even event[‘type’] can fail after optimization. -Alex