mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
Merge branch 'master' into api/docs
This commit is contained in:
@@ -162,10 +162,6 @@ class RootView extends View
|
||||
indexOfPane: (pane) ->
|
||||
@panes.indexOfPane(pane)
|
||||
|
||||
eachPane: (callback) ->
|
||||
callback(pane) for pane in @getPanes()
|
||||
@on 'pane:attached', (e, pane) -> callback(pane)
|
||||
|
||||
eachEditor: (callback) ->
|
||||
callback(editor) for editor in @getEditors()
|
||||
@on 'editor:attached', (e, editor) -> callback(editor)
|
||||
|
||||
Reference in New Issue
Block a user