mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add PaneContainer view to deserializers
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user