📝 Mention atom.project global in project docs

This commit is contained in:
Kevin Sawicki
2014-01-22 10:21:37 -08:00
parent 4d4ff84047
commit b31089cbb9

View File

@@ -16,8 +16,7 @@ Git = require './git'
# Public: Represents a project that's opened in Atom.
#
# Ultimately, a project is a git directory that's been opened. It's a collection
# of directories and files that you can operate on.
# There is always a project available under the `atom.project` global.
module.exports =
class Project extends Model
atom.deserializers.add(this)