1
0
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:
hacksalot
2016-01-31 08:37:12 -05:00
parent f1ba7765ee
commit 90765bf90b
14 changed files with 81 additions and 129 deletions

View File

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