Fix Operators must be spaced properly rule on multiple coffeescript files
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user