mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
Remove unneeded rootView parameter
This commit is contained in:
@@ -6,9 +6,9 @@ module.exports =
|
||||
class TabView extends SortableList
|
||||
@activate: ->
|
||||
rootView.eachEditor (editor) =>
|
||||
@prependToEditorPane(rootView, editor) if editor.attached
|
||||
@prependToEditorPane(editor) if editor.attached
|
||||
|
||||
@prependToEditorPane: (rootView, editor) ->
|
||||
@prependToEditorPane: (editor) ->
|
||||
if pane = editor.pane()
|
||||
pane.prepend(new TabView(editor))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user