fix brainfart
This commit is contained in:
parent
b2f4a8daf0
commit
53f6aac3d7
@ -37,7 +37,7 @@ ImageHover =
|
|||||||
el: el
|
el: el
|
||||||
latestEvent: e
|
latestEvent: e
|
||||||
endEvents: 'mouseout click'
|
endEvents: 'mouseout click'
|
||||||
asapTest: -> (if isVideo then el.videoHeight or el.naturalHeight)
|
asapTest: -> (if isVideo then el.videoHeight else el.naturalHeight)
|
||||||
noRemove: true
|
noRemove: true
|
||||||
cb: ->
|
cb: ->
|
||||||
if isVideo
|
if isVideo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user