add timeout when loading second image for firefox responsiveness

This commit is contained in:
Georg Fischer 2013-09-12 20:21:37 +02:00
parent 227551c051
commit 252ebb0eec

View File

@ -36,7 +36,7 @@ define(
image.naturalWidth !== 0 image.naturalWidth !== 0
) )
{ {
signals['image-loaded'].dispatch( image ); setTimeout( imageLoaded, 10 );
} }
} }