>> [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:
>
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
>
>
>
>
>
> --
>
* @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
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.