We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e455d98 commit 566aa98Copy full SHA for 566aa98
1 file changed
appManager/displayContentElemets/LightImage.as
@@ -226,7 +226,7 @@
226
if(URL!=null && URL == imageURL)
227
{
228
trace("current image is same as old image on lightImage");
229
- this.dispatchEvent(new Event(Event.COMPLETE));
+ this.dispatchEvent(new Event(Event.COMPLETE));
230
return ;
231
}
232
if(imageURL==null && loadedBytes==null && loadedBitmap==null)
0 commit comments