aharui commented on issue #824:
URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629096856
It isn't obvious to me why the code in creationCompleteHandler2 doesn't just
set the XMLList in the single XMLListCollection in menuBarData2. What is the
purpose of these lines?
```
var tmpXmlList:XMLListCollection = new
XMLListCollection();
tmpXmlList.source = menuDataXMLList;
menuDataXMLList = tmpXmlList.source.copy();
menuBarData2.source = menuDataXMLList;
menuBarData2.refresh();
```
----------------------------------------------------------------
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]