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 2020/02/11 06:34:10 UTC

[GitHub] [royale-asjs] aharui commented on issue #709: Issue in Populating ADG data for first time in Detail Grid

aharui commented on issue #709: Issue in Populating ADG data for first time in Detail Grid
URL: https://github.com/apache/royale-asjs/issues/709#issuecomment-584495581
 
 
   Variables in DateBase.as need to have an initial value.  You should be able to do this yourself.
   
   Look for variables such as:
   private static var _dayNamesShort:Array;
   
   The ASDoc should tell you the initial value where it says @default.
   
   Variables with "override" in the name do not need to have an initial value.
   

----------------------------------------------------------------
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