mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Remove unneeded param defaults from activate methods
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports =
|
||||
commandLoggerView: null
|
||||
originalTrigger: null
|
||||
|
||||
activate: (state={})->
|
||||
activate: (state) ->
|
||||
@eventLog = state.eventLog ? {}
|
||||
rootView.command 'command-logger:clear-data', => @eventLog = {}
|
||||
rootView.command 'command-logger:toggle', => @createView().toggle(@eventLog)
|
||||
|
||||
Reference in New Issue
Block a user