You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/10/30 06:05:10 UTC

[GitHub] [royale-asjs] pashminakazi removed a comment on issue #536: Implementation of "uid" is missing in UIComponent

pashminakazi removed a comment 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:
users@infra.apache.org


With regards,
Apache Git Services