ESlint space-in-parens, block-spacing

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:21:34 -07:00
parent b1b486f729
commit 532951c24f
17 changed files with 67 additions and 67 deletions

View File

@@ -236,7 +236,7 @@ define('forum/topic/threadTools', [
components.get('topic/not-following/check').toggleClass('fa-check', state === 'unfollow');
menu = components.get('topic/ignoring/menu');
menu.toggleClass('hidden', state !== 'ignore' );
menu.toggleClass('hidden', state !== 'ignore');
components.get('topic/ignoring/check').toggleClass('fa-check', state === 'ignore');
}