mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Kill a couple deprecation errors
This commit is contained in:
@@ -73,7 +73,7 @@ class Workspace extends Model
|
||||
for scopeName in includedGrammarScopes ? []
|
||||
addGrammar(atom.syntax.grammarForScopeName(scopeName))
|
||||
|
||||
addGrammar(editor.getGrammar()) for editor in @getEditors()
|
||||
addGrammar(editor.getGrammar()) for editor in @getTextEditors()
|
||||
_.uniq(packageNames)
|
||||
|
||||
editorAdded: (editor) ->
|
||||
|
||||
Reference in New Issue
Block a user