Unnecessary space
This commit is contained in:
parent
7658f575f3
commit
79bc4e751d
@ -162,7 +162,7 @@ ImageExpand =
|
|||||||
mouseover: -> mousedown = false
|
mouseover: -> mousedown = false
|
||||||
mousedown: (e) -> mousedown = true if e.button is 0
|
mousedown: (e) -> mousedown = true if e.button is 0
|
||||||
mouseup: (e) -> mousedown = false if e.button is 0
|
mouseup: (e) -> mousedown = false if e.button is 0
|
||||||
mouseout: (e) -> ImageExpand.contract (Get.postFromNode @) if mousedown and e.clientX <= @getBoundingClientRect().left
|
mouseout: (e) -> ImageExpand.contract(Get.postFromNode @) if mousedown and e.clientX <= @getBoundingClientRect().left
|
||||||
click: (e) ->
|
click: (e) ->
|
||||||
if @paused and not @controls
|
if @paused and not @controls
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user