pashminakazi commented on issue #536: Implementation of "uid" is missing in UIComponent URL: https://github.com/apache/royale-asjs/issues/536#issuecomment-547750263 is this the right implementation or not? private var _uid:String; public function get uid():Object { if (!_uid) _uid = toString(); return _uid; } public function set uid(value:Object):void { this._uid = uid; }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
