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/05/20 09:38:39 UTC

[GitHub] [royale-asjs] nihavend edited a comment on issue #419: model_internal functions generation error

nihavend edited a comment on issue #419: model_internal functions generation error
URL: https://github.com/apache/royale-asjs/issues/419#issuecomment-493685181
 
 
   You are right @aharui , the original code was like below;
   
   ```
   model_internal function initialize() : void
         { 
   this.serviceControl.addEventListener(ResultEvent.RESULT,model_internal::propagateEvents);
            this.serviceControl.addEventListener(DataServiceFaultEvent.FAULT,model_internal::propagateEvents);
         }
   ```
   When I was simplyfying source code I tought it was enough for test case. As I am not so good at as development, it was not true :)
   
   Thanks.

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