mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
better name
This commit is contained in:
@@ -160,7 +160,7 @@ class FuzzyFinderView extends SelectList
|
||||
|
||||
@setArray(@paths)
|
||||
|
||||
getPaths: ->
|
||||
getOpenedPaths: ->
|
||||
paths = {}
|
||||
for editSession in rootView.project.getEditSessions()
|
||||
paths[editSession.getPath()] = editSession.lastOpened
|
||||
|
||||
@@ -30,7 +30,7 @@ module.exports =
|
||||
@fuzzyFinderView = null
|
||||
|
||||
serialize: ->
|
||||
@fuzzyFinderView?.getPaths()
|
||||
@fuzzyFinderView?.getOpenedPaths()
|
||||
|
||||
createView: ->
|
||||
unless @fuzzyFinderView
|
||||
|
||||
Reference in New Issue
Block a user