This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit dc9ddf0c094fafde656e2d79dcb5ca00abab56e7 Merge: 07b7155 5d18c2d Author: Yishay Weiss <[email protected]> AuthorDate: Mon Oct 19 06:04:09 2020 +0100 Merge branch 'develop' of https://github.com/apache/royale-asjs into develop frameworks/projects/MXRoyale/src/main/royale/mx/display/Loader.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc frameworks/projects/MXRoyale/src/main/royale/mx/display/Loader.as index e5c22c9,ca8dfcd..b1eda13 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/display/Loader.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/display/Loader.as @@@ -62,7 -57,7 +62,7 @@@ package mx.displa private function loadCompleteHandler(event:Event):void { addElement(_content); - contentLoaderInfo.dispatchEvent(Event.COMPLETE); + contentLoaderInfo.dispatchEvent(new Event(Event.COMPLETE)); } } -} +}
