estanglerbm edited a comment on issue #996:
URL: https://github.com/apache/royale-asjs/issues/996#issuecomment-742161645
Single quotes are similarly broken in these situations:
```
var s:String = obj['supplies'];
```
and
```
<js:Label text="{obj['supplies']}" />
```
(Aside: I know that it should be ``text="{obj.supplies}"`` for it to
actually work for binding.)
For single quotes, seems it doesn't like the right-hand side of an
assignment or a return.
----------------------------------------------------------------
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]