From 9a61c545f4100b5fb7a2e894cd297c0e140b27dc Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 7 Oct 2013 16:12:44 -0700 Subject: [PATCH] Update comments in project --- src/project.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project.coffee b/src/project.coffee index 9ef4c2f5d..e98525655 100644 --- a/src/project.coffee +++ b/src/project.coffee @@ -182,7 +182,7 @@ class Project contains: (pathToCheck) -> @rootDirectory?.contains(pathToCheck) ? false - # Public Given a path to a file, this constructs and associates a new + # Public: Given a path to a file, this constructs and associates a new # {EditSession}, showing the file. # # * filePath: @@ -201,7 +201,7 @@ class Project @bufferForPathAsync(filePath).then (buffer) => editSession = @buildEditSessionForBuffer(buffer, options) - # Private: DEPRECATED + # Private: Only be used in specs open: (filePath, options={}) -> filePath = @resolve(filePath) for opener in @openers