mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
Remove unneeded param defaults from activate methods
This commit is contained in:
@@ -23,7 +23,7 @@ class CommandPanelView extends View
|
||||
historyIndex: 0
|
||||
maxSerializedHistorySize: 100
|
||||
|
||||
initialize: (state={}) ->
|
||||
initialize: (state) ->
|
||||
@commandInterpreter = new CommandInterpreter(rootView.project)
|
||||
|
||||
@command 'tool-panel:unfocus', => rootView.focus()
|
||||
|
||||
Reference in New Issue
Block a user