mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄 Normalize the names of related subscription things
This commit is contained in:
@@ -413,8 +413,8 @@ TextEditorComponent = React.createClass
|
||||
onGrammarChanged: ->
|
||||
{editor} = @props
|
||||
|
||||
@scopedPropertySubscriptions?.dispose()
|
||||
@scopedPropertySubscriptions = subscriptions = new CompositeDisposable
|
||||
@scopedConfigSubscriptions?.dispose()
|
||||
@scopedConfigSubscriptions = subscriptions = new CompositeDisposable
|
||||
|
||||
scopeDescriptor = editor.getGrammarScopeDescriptor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user