mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove redundant method
This commit is contained in:
@@ -80,11 +80,6 @@ class FuzzyFinder extends View
|
||||
findSelectedLi: ->
|
||||
@pathList.children('li.selected')
|
||||
|
||||
select: ->
|
||||
selectedLi = @findSelectedLi()
|
||||
return unless selectedLi.length
|
||||
@open(selectedLi.text())
|
||||
|
||||
open : (path) ->
|
||||
return unless path.length
|
||||
@rootView.open(path, {@allowActiveEditorChange})
|
||||
|
||||
Reference in New Issue
Block a user