mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused task
This commit is contained in:
committed by
probablycorey
parent
b42cc6f683
commit
12b5c43d85
@@ -1,13 +0,0 @@
|
||||
Task = require 'task'
|
||||
|
||||
module.exports =
|
||||
class SpellCheckTask extends Task
|
||||
constructor: (@text, @callback) ->
|
||||
super('spell-check/lib/spell-check-handler')
|
||||
|
||||
started: ->
|
||||
@callWorkerMethod('findMisspellings', @text)
|
||||
|
||||
misspellingsFound: (misspellings) ->
|
||||
@done()
|
||||
@callback(misspellings)
|
||||
Reference in New Issue
Block a user