Re: The Class type

2016-03-31 Thread Alex Harui
>> [JS] >> var /** @type {Object} */ c1 = >> org.apache.flex.utils.Language.as(Object(this).constructor, Class); >> var /** @type {Object} */ c2 = >> org.apache.flex.utils.Language.as(this["constructor"], Class); >> >> And this happens at runtime: >

Re: The Class type

2016-03-31 Thread Josh Tynjala
guage.as(Object(this).constructor, Class); > var /** @type {Object} */ c2 = > org.apache.flex.utils.Language.as(this["constructor"], Class); > > And this happens at runtime: > Uncaught ReferenceError: Class is not defined > > > > > > -- >

Re: The Class type

2016-03-31 Thread Alex Harui
* @type {Object} */ c1 = >org.apache.flex.utils.Language.as(Object(this).constructor, Class); > var /** @type {Object} */ c2 = >org.apache.flex.utils.Language.as(this["constructor"], Class); > >And this happens at runtime: > Uncaught ReferenceError: Class is

The Class type

2016-03-31 Thread Nimai
Uncaught ReferenceError: Class is not defined -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/The-Class-type-tp52096.html Sent from the Apache Flex Development mailing list archive at Nabble.com.