fixes to cleanup

This commit is contained in:
ccd0 2014-07-21 22:08:19 -07:00
parent b0941f4ae4
commit e49f324465

View File

@ -163,11 +163,10 @@ ImageExpand =
click: (e) -> click: (e) ->
if @paused and not @controls if @paused and not @controls
@play() @play()
e.preventDefault() e.stopPropagation()
setupVideoControls: (post) -> setupVideoControls: (post) ->
{file} = post {file} = post
{thumb} = file
video = file.fullImage video = file.fullImage
# disable link to file so native controls can work # disable link to file so native controls can work