Skip to content

Commit 566aa98

Browse files
committed
Update LightImage.as
1 parent e455d98 commit 566aa98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appManager/displayContentElemets/LightImage.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
if(URL!=null && URL == imageURL)
227227
{
228228
trace("current image is same as old image on lightImage");
229-
this.dispatchEvent(new Event(Event.COMPLETE));
229+
this.dispatchEvent(new Event(Event.COMPLETE));
230230
return ;
231231
}
232232
if(imageURL==null && loadedBytes==null && loadedBitmap==null)

0 commit comments

Comments
 (0)