This commit is contained in:
Kevin Sawicki 2013-02-27 08:33:06 -08:00
parent 0398e160ae
commit 2f8b8c4fc7

View File

@ -2,7 +2,6 @@ Task = require 'task'
module.exports =
class SpellCheckTask extends Task
constructor: (@text, @callback) ->
super('spell-check/lib/spell-check-handler')