mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Move PaneContainerView::saveAll to the model
This commit is contained in:
@@ -12,7 +12,7 @@ class Workspace extends Model
|
||||
Serializable.includeInto(this)
|
||||
|
||||
@delegatesProperty 'activePane', 'activePaneItem', toProperty: 'paneContainer'
|
||||
@delegatesMethod 'getPanes', toProperty: 'paneContainer'
|
||||
@delegatesMethod 'getPanes', 'saveAll', toProperty: 'paneContainer'
|
||||
|
||||
@properties
|
||||
paneContainer: -> new PaneContainer
|
||||
|
||||
Reference in New Issue
Block a user