Update comments in project

This commit is contained in:
probablycorey
2013-10-07 16:12:44 -07:00
parent b4fb526d75
commit 9a61c545f4

View File

@@ -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