mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use PaneContainerViews::getPaneViews
This commit is contained in:
@@ -316,7 +316,7 @@ class WorkspaceView extends View
|
||||
#
|
||||
# Returns an Array of all open {PaneView}s.
|
||||
getPaneViews: ->
|
||||
@panes.getPanes()
|
||||
@panes.getPaneViews()
|
||||
|
||||
# Public: Register a function to be called for every current and future
|
||||
# editor view in the workspace.
|
||||
|
||||
Reference in New Issue
Block a user