From 4ce8589e44db42c2ff230a08d503401e7dc01ed4 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Tue, 8 Apr 2014 15:04:09 -0700 Subject: [PATCH] Unnecessary space --- src/Images/ImageExpand.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index f1798557c..d52fe8935 100755 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -159,7 +159,7 @@ ImageExpand = mouseover: -> mousedown = false mousedown: (e) -> mousedown = true 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) -> if @paused and not @controls e.stopPropagation()