Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

 

ActionScript

JavaScript + Closure annotation

Notes

this

this

this

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

Code Block
/**
 * @this {TypOfClassToWhichMethodBelongs}
 */