Fix RootView.saveAll()

This commit is contained in:
Nathan Sobo
2013-03-01 10:37:36 -07:00
committed by probablycorey
parent fff5d5158f
commit da986b6a6c
2 changed files with 2 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ class RootView extends View
super
saveAll: ->
editor.save() for editor in @getEditors()
pane.saveItems() for pane in @getPanes()
eachPane: (callback) ->
@panes.eachPane(callback)