Upgrade to telepath 0.75.0 for custom object support

This commit is contained in:
Nathan Sobo
2013-12-16 19:03:10 -07:00
parent bd3cfda2bb
commit 3db9e16637
10 changed files with 18 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ class TextBuffer extends telepath.Model
@load() if @loadWhenAttached
# Private: Called by telepath.
beforePersistence: ->
willBePersisted: ->
@modifiedWhenLastPersisted = @isModified()
@digestWhenLastPersisted = @file?.getDigest()