mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Fix bug in Project::getEditors
This commit is contained in:
@@ -324,5 +324,4 @@ class Project extends Model
|
||||
# Deprecated: delegate
|
||||
getEditors: ->
|
||||
deprecate("Use Workspace::getEditors instead")
|
||||
atom.getEditors()
|
||||
new Array(@editors...)
|
||||
atom.workspace.getEditors()
|
||||
|
||||
Reference in New Issue
Block a user