mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Update comments in project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user