mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove rootView as parameter to activate
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports =
|
||||
commandLoggerView: null
|
||||
originalTrigger: null
|
||||
|
||||
activate: (rootView, 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