Deprecate pane:item-moved

This commit is contained in:
Kevin Sawicki
2014-09-17 16:21:19 -07:00
parent 1850197f55
commit 291b989ff0

View File

@@ -184,6 +184,8 @@ class WorkspaceView extends View
deprecate('Use Pane::onDidChangeActive instead')
when 'pane:item-added'
deprecate('Use Pane::onDidAddItem instead')
when 'pane:item-moved'
deprecate('Use Pane::onDidMoveItem instead')
when 'pane:item-removed'
deprecate('Use Pane::onDidRemoveItem instead')
when 'pane:removed'