diff --git a/src/packages/spell-check/lib/spell-check.coffee b/src/packages/spell-check/lib/spell-check.coffee index da33850ec..5a41afc41 100644 --- a/src/packages/spell-check/lib/spell-check.coffee +++ b/src/packages/spell-check/lib/spell-check.coffee @@ -12,6 +12,3 @@ module.exports = rootView.eachEditor (editor) -> if editor.attached and not editor.mini editor.underlayer.append(new SpellCheckView(editor)) - - deactivate: -> - syntax.off '.spell-check'