mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove unused variable
This commit is contained in:
@@ -21,7 +21,6 @@ class DirectoryView extends View
|
||||
initialize: ({@directory, isExpanded, @project, parent} = {}) ->
|
||||
@expand() if isExpanded
|
||||
@disclosureArrow.on 'click', => @toggleExpansion()
|
||||
repositoryPath = parent?.getPath() or @directory.getPath()
|
||||
@directoryName.addClass('ignored') if @project.repo.isPathIgnored(@directory.getPath())
|
||||
|
||||
getPath: ->
|
||||
|
||||
Reference in New Issue
Block a user