Kill a couple deprecation errors

This commit is contained in:
Nathan Sobo
2014-09-03 17:08:13 -06:00
parent 67dc703c18
commit f87f7c358a
2 changed files with 2 additions and 2 deletions

View File

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