Use PaneContainerViews::getPaneViews

This commit is contained in:
Corey Johnson
2014-04-15 13:13:53 -07:00
parent ecfb505144
commit ac2f723aba

View File

@@ -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.