little fix
This commit is contained in:
parent
ea37d4fa42
commit
1f42a88b29
@ -57,8 +57,8 @@ ImageLoader =
|
|||||||
clearTimeout timeoutID
|
clearTimeout timeoutID
|
||||||
busy = false
|
busy = false
|
||||||
if item = items.shift()
|
if item = items.shift()
|
||||||
[el, url] = item
|
[el2, url2] = item
|
||||||
load el, url
|
load el2, url2
|
||||||
$.on el, 'load loadeddata error', next
|
$.on el, 'load loadeddata error', next
|
||||||
timeoutID = setTimeout next, $.SECOND
|
timeoutID = setTimeout next, $.SECOND
|
||||||
el.src = url
|
el.src = url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user