yishayw opened a new issue #91: Vector.removeAt() returns Array in JS
URL: https://github.com/apache/royale-compiler/issues/91
 
 
                                var item:SpreadTextData = 
spreadTextDataItems.removeAt(notificationBody.fromIndex) as SpreadTextData;
   
   
   Transpiles to
   
   
       var /** @type {com.printui.model.SpreadTextData} */ item = 
spreadTextDataItems.splice(notificationBody.fromIndex, 1);
   
   which is an Array
   

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

Reply via email to