Add bit about editorView being sparse

This commit is contained in:
Ben Ogle
2014-09-16 14:07:04 -07:00
parent f80334d617
commit b9a63d5030

View File

@@ -9,6 +9,8 @@ EditorComponent = require './editor-component'
# Public: Represents the entire visual pane in Atom.
#
# The EditorView manages the {Editor}, which manages the file buffers.
# `EditorView` is intentionally sparse. Most of the things you'll want
# to do are on {Editor}.
#
# ## Examples
#