mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
includeDeprecations -> includeDeprecatedAPIs
This commit is contained in:
@@ -38,7 +38,7 @@ class GrammarRegistry extends FirstMate.GrammarRegistry
|
||||
selectGrammar: (filePath, fileContents) -> super
|
||||
|
||||
clearObservers: ->
|
||||
@off() if includeDeprecations
|
||||
@off() if includeDeprecatedAPIs
|
||||
@emitter = new Emitter
|
||||
|
||||
if includeDeprecatedAPIs
|
||||
|
||||
Reference in New Issue
Block a user