Harbs commented on issue #91: Vector.removeAt() returns Array in JS
URL: https://github.com/apache/royale-compiler/issues/91#issuecomment-516355688
 
 
   To be clear, the correct JS is:
   `var /** @type {A} */ item = vectorAsArray.splice(index, 1)[0];`
   
   instead of:
   `var /** @type {A} */ item = vectorAsArray.splice(index, 1);`
   

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