From b31089cbb99250e830b8f936b1e93571f700d93a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 22 Jan 2014 10:21:37 -0800 Subject: [PATCH] :memo: Mention atom.project global in project docs --- src/project.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project.coffee b/src/project.coffee index 30c3711ba..62f5f0dbe 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -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)