I screwed up a rebase, this nasty commit is the result.
This commit is contained in:
probablycorey
2013-11-19 14:59:37 -08:00
parent 756c2be64a
commit bf05ddb958
20 changed files with 64 additions and 4735 deletions

View File

@@ -7,7 +7,7 @@ PaneColumn = require './pane-column'
# Public: A container which can contains multiple items to be switched between.
#
# Items can be almost anything however most commonly they're {TextEditorView}s.
# Items can be almost anything however most commonly they're {EditorView}s.
#
# Most packages won't need to use this class, unless you're interested in
# building a package that deals with switching between panes or tiems.