Add PaneContainer view to deserializers

This commit is contained in:
Nathan Sobo
2014-01-09 18:35:16 -07:00
parent e87b8dc463
commit 5a3353ec28

View File

@@ -7,6 +7,7 @@ PaneContainerModel = require './pane-container-model'
# Private: Manages the list of panes within a {WorkspaceView}
module.exports =
class PaneContainer extends View
atom.deserializers.add(this)
Serializable.includeInto(this)
Delegator.includeInto(this)