PaneView is private

This commit is contained in:
Ben Ogle 2014-09-18 16:52:56 -07:00
parent f407ca3a0c
commit 29f53d4432

View File

@ -6,7 +6,7 @@ PropertyAccessors = require 'property-accessors'
Pane = require './pane'
# Extended: A container which can contains multiple items to be switched between.
# A container which can contains multiple items to be switched between.
#
# Items can be almost anything however most commonly they're {EditorView}s.
#