Fix Operators must be spaced properly rule on multiple coffeescript files

This commit is contained in:
Bertocq
2017-06-16 00:03:34 +02:00
parent 2c4139d4ac
commit 8f682901ed
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ App.TreeNavigator =
elem.siblings('ul').show()
if anchor = $(location).attr('hash')
if link = elem.find('a[href="'+anchor+'"]')
if link = elem.find('a[href="' + anchor + '"]')
link.parents('ul').each ->
$(this).show()
$(this).siblings('span').removeClass('closed').addClass('open')