fix brainfart

This commit is contained in:
ccd0 2014-04-06 19:45:57 -07:00
parent b2f4a8daf0
commit 53f6aac3d7

View File

@ -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