mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove WorkspaceView::indexOfPane
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
99774d7417
commit
69396922db
@@ -267,10 +267,6 @@ class WorkspaceView extends View
|
||||
getPaneViews: ->
|
||||
@panes.getPanes()
|
||||
|
||||
# Public: Return the id of the given a {PaneView}
|
||||
indexOfPane: (pane) ->
|
||||
@panes.indexOfPane(pane)
|
||||
|
||||
# Public: Fires a callback on each open {EditorView}.
|
||||
eachEditorView: (callback) ->
|
||||
callback(editor) for editor in @getEditorViews()
|
||||
|
||||
Reference in New Issue
Block a user