Remove unneeded syntax.off() call

syntax.on() is no longer called anywhere in the package.
This commit is contained in:
Kevin Sawicki
2013-04-03 17:51:21 -07:00
parent 2f4bbd90a6
commit bac2209449

View File

@@ -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'