mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix RootView.saveAll()
This commit is contained in:
committed by
probablycorey
parent
fff5d5158f
commit
da986b6a6c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user