mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Don't rename deprecated method
This commit is contained in:
@@ -150,6 +150,6 @@ class PaneContainerView extends View
|
||||
bottom: {x: boundingBox.left, y: boundingBox.bottom}
|
||||
|
||||
# Deprecated
|
||||
getPaneViews: ->
|
||||
getPanes: ->
|
||||
deprecate("Use PaneContainerView::getPaneViews() instead")
|
||||
@getPaneViews()
|
||||
|
||||
Reference in New Issue
Block a user