Object initialization

6 June 2013

var something:Object = { a:0, b:"200", c:0.99 };

becomes

var something:Object /*= { a:0, b:"200", c:0.99 }*/;