You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

ActionScript

JavaScript + Closure annotation

Notes

this

this

this

Any method in which "this" is referenced should have the following in it's JSDoc block:

/**
 * @this {TypOfClassToWhichMethodBelongs}
 */
  • No labels