add timeout when loading second image for firefox responsiveness

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

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