Move PaneContainerView::saveAll to the model

This commit is contained in:
Nathan Sobo
2014-01-14 10:53:16 -07:00
parent fe01ded75b
commit 89cbd6b834
4 changed files with 7 additions and 9 deletions

View File

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