DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| 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}
*/
|
|