mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Rename path variables to prevent collisions
This commit is contained in:
@@ -42,10 +42,10 @@ class SymbolsView extends SelectList
|
||||
@attach()
|
||||
|
||||
populateFileSymbols: ->
|
||||
path = rootView.getActiveView().getPath()
|
||||
filePath = rootView.getActiveView().getPath()
|
||||
@list.empty()
|
||||
@setLoading("Generating symbols...")
|
||||
new TagGenerator(path).generate().done (tags) =>
|
||||
new TagGenerator(filePath).generate().done (tags) =>
|
||||
if tags.length > 0
|
||||
@maxItem = Infinity
|
||||
@setArray(tags)
|
||||
|
||||
Reference in New Issue
Block a user