mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-12-15 09:43:50 +00:00
Refactor verb invocations to base.
This commit is contained in:
@@ -17,12 +17,7 @@ HMEVENT = require('../core/event-codes')
|
||||
|
||||
PeekVerb = module.exports = Verb.extend
|
||||
|
||||
init: -> @._super('peek')
|
||||
|
||||
invoke: ->
|
||||
@.stat HMEVENT.begin, { cmd: 'peek' }
|
||||
peek.apply @, arguments
|
||||
@.stat HMEVENT.end
|
||||
init: -> @_super 'peek', peek
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user