Fix bug in Project::getEditors

This commit is contained in:
probablycorey
2014-04-04 10:18:07 -07:00
parent 7685b27218
commit d8f0743888

View File

@@ -324,5 +324,4 @@ class Project extends Model
# Deprecated: delegate
getEditors: ->
deprecate("Use Workspace::getEditors instead")
atom.getEditors()
new Array(@editors...)
atom.workspace.getEditors()