Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 212 Bytes

notes_as3.mdown

File metadata and controls

3 lines (2 loc) · 212 Bytes

var foo:Object = {} literals cannot be declared in class property definitions. They must be set during instantiation. function doStuff( foo={} ) does not work. Literals cannot be declared as default paramaters.