📝 Mention which methods are telepath hooks

This commit is contained in:
Kevin Sawicki
2013-11-15 11:05:42 -08:00
parent b137f1a3e3
commit 20811a9f52

View File

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