Closed Blist closed 8 years ago
It's be cool if we have a Control.get("name") function that return a child with this name.
it's possible implementation
public function get( _name:String) { return Lambda.find(children, function(child) {return child.name == _name;}); }
see discussion on #39
It's be cool if we have a Control.get("name") function that return a child with this name.
it's possible implementation