Remove rootView as parameter to activate

This commit is contained in:
Corey Johnson & Kevin Sawicki
2013-02-08 12:13:58 -08:00
parent adb867cbd1
commit ac6ec1c2a7
7 changed files with 9 additions and 9 deletions

View File

@@ -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)