mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove unneeded syntax.off() call
syntax.on() is no longer called anywhere in the package.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user