mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add missing line to upgrade guide
This commit is contained in:
@@ -413,6 +413,7 @@ You can group multiple disposables into a single disposable with a `CompositeDis
|
||||
|
||||
class Something
|
||||
constructor: ->
|
||||
editor = atom.workspace.getActiveTextEditor()
|
||||
@disposables.add editor.onDidChange ->
|
||||
@disposables.add editor.onDidChangePath ->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user