From 2f8b8c4fc7e8c70afbcf17c7b40734fe775308ef Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 27 Feb 2013 08:33:06 -0800 Subject: [PATCH] :lipstick: --- src/packages/spell-check/lib/spell-check-task.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages/spell-check/lib/spell-check-task.coffee b/src/packages/spell-check/lib/spell-check-task.coffee index 04ddacd1f..cdec62032 100644 --- a/src/packages/spell-check/lib/spell-check-task.coffee +++ b/src/packages/spell-check/lib/spell-check-task.coffee @@ -2,7 +2,6 @@ Task = require 'task' module.exports = class SpellCheckTask extends Task - constructor: (@text, @callback) -> super('spell-check/lib/spell-check-handler')