mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Remove redundant non-public documentation
This commit is contained in:
@@ -54,13 +54,11 @@ class Workspace extends Model
|
||||
paneContainer: @paneContainer.serialize()
|
||||
fullScreen: atom.isFullScreen()
|
||||
|
||||
# Return and add the given {Editor}.
|
||||
addEditor: (editor) ->
|
||||
@editors.push editor
|
||||
@emit 'editor-created', editor
|
||||
editor
|
||||
|
||||
# Return and removes the given {Editor}.
|
||||
removeEditor: (editor) ->
|
||||
remove(@editors, editor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user