mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Mention which methods are telepath hooks
This commit is contained in:
@@ -31,13 +31,13 @@ class Project extends telepath.Model
|
||||
repoName = repoName.replace(/\.git$/, '')
|
||||
path.join(atom.config.get('core.projectHome'), repoName)
|
||||
|
||||
# Private:
|
||||
# Private: Called by telepath.
|
||||
attached: ->
|
||||
@openers = []
|
||||
@editSessions = []
|
||||
@setPath(@path)
|
||||
|
||||
# Private:
|
||||
# Private: Called by telepath.
|
||||
beforePersistence: ->
|
||||
@destroyUnretainedBuffers()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user