1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-17 23:47:25 +01: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');
ConvertVerb = module.exports = Verb.extend
init: -> @._super 'convert'
invoke: ->
@.stat HMEVENT.begin, { cmd: 'convert' }
convert.apply @, arguments
@.stat HMEVENT.end
init: -> @_super 'convert', convert