Remove duplicate extend call

This commit is contained in:
Kevin Sawicki 2013-10-28 16:46:59 -07:00
parent a828f389f4
commit b70df78041

View File

@ -15,7 +15,6 @@ child_process = require 'child_process'
module.exports =
class Task
Emitter.includeInto(this)
_.extend @prototype, Emitter
# Public: A helper method to easily launch and run a task once.
#