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

Compare with Current View Page History

« Previous Version 6 Next »

 

ActionScript

JavaScript + Closure annotation

Notes

static

static

No annotation needed. Add property or method to the object itself, not it's prototype.

MyClass.myProperty

instead of

MyClass.prototype.myProperty

 

 

 

 

 

 

 

 

 

  • No labels