Mark classes as private per discussion

This commit is contained in:
Matt Colyer
2013-08-26 10:08:03 -07:00
parent e774b956e0
commit c1c73a822a
5 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ fsUtils = require 'fs-utils'
$ = require 'jquery'
_ = require 'underscore'
# Public: Represents the entire visual pane in Atom.
# Private: Represents the entire visual pane in Atom.
#
# The Editor manages the {EditSession}, which manages the file buffers.
module.exports =