Harbs commented on issue #153:
URL: https://github.com/apache/royale-compiler/issues/153#issuecomment-645591228
I assume this is in minified code. That's to be expected.
You can use:
````
var timing:Object = {
"duration": 1000,
"iterations": Infinity
}
````
If you don't want to use the quotes, you can compile with
`-js-dynamic-access-unknown-members=true` That will reserve the property names.
----------------------------------------------------------------
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]