Remove redundant non-public documentation

This commit is contained in:
probablycorey 2014-04-07 15:35:25 -07:00
parent 11a91fb974
commit a3c9a65838

View File

@ -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)