From 35cfa595bfb02e81389e9308df9c4dae137b1def Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 11 Aug 2013 23:41:49 +0200 Subject: [PATCH] Shave a line. --- src/Miscellaneous/ExpandComment.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Miscellaneous/ExpandComment.coffee b/src/Miscellaneous/ExpandComment.coffee index 723bbd771..8d87de91e 100644 --- a/src/Miscellaneous/ExpandComment.coffee +++ b/src/Miscellaneous/ExpandComment.coffee @@ -10,8 +10,7 @@ ExpandComment = $.on a, 'click', ExpandComment.cb cb: (e) -> e.preventDefault() - post = Get.postFromNode @ - ExpandComment.expand post + ExpandComment.expand Get.postFromNode @ expand: (post) -> if post.nodes.longComment and !post.nodes.longComment.parentNode $.replace post.nodes.shortComment, post.nodes.longComment