From e94d92c4a656107e5478e9585c2fc6aaf9811796 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 7 Apr 2014 18:58:43 -0700 Subject: [PATCH] indentation --- src/Images/ImageExpand.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index 7d7a56c3a..cd330fd75 100755 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -170,9 +170,9 @@ ImageExpand = # dragging to the left contracts the video mousedown: (e) -> @dataset.mousedown = 'true' if e.button is 0 - mouseup: (e) -> @dataset.mousedown = 'false' if e.button is 0 + mouseup: (e) -> @dataset.mousedown = 'false' if e.button is 0 mouseover: (e) -> @dataset.mousedown = 'false' - mouseout: (e) -> + mouseout: (e) -> if @dataset.mousedown is 'true' and e.clientX <= @getBoundingClientRect().left ImageExpand.contract (Get.postFromNode @)