💄 Add period to comment

This commit is contained in:
Kevin Sawicki
2013-11-15 11:07:06 -08:00
parent 20811a9f52
commit 3fe88c4df1

View File

@@ -37,7 +37,7 @@ class TextBuffer extends telepath.Model
@loadWhenAttached = @getState()?
# Private: Called by telepath
# Private: Called by telepath.
attached: ->
@loaded = false
@useSerializedText = @modifiedWhenLastPersisted != false
@@ -50,7 +50,7 @@ class TextBuffer extends telepath.Model
@load() if @loadWhenAttached
# Private: Called by telepath
# Private: Called by telepath.
beforePersistence: ->
@modifiedWhenLastPersisted = @isModified()
@digestWhenLastPersisted = @file?.getDigest()