mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Avoid deprecation by calling ::getActivePaneItem
This commit is contained in:
@@ -409,4 +409,4 @@ class WorkspaceView extends View
|
||||
# Deprecated: Call {Workspace::getActivePaneItem} instead.
|
||||
getActivePaneItem: ->
|
||||
deprecate("Use Workspace::getActivePaneItem instead")
|
||||
@model.activePaneItem
|
||||
@model.getActivePaneItem()
|
||||
|
||||
Reference in New Issue
Block a user