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