mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Mark classes as private per discussion
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user