Add missing line to upgrade guide

This commit is contained in:
Ben Ogle
2015-01-06 16:58:39 -08:00
parent 75857bec01
commit a17b504bdb

View File

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