This commit is contained in:
Antonio Scandurra
2015-12-07 15:20:20 +01:00
parent afd05f391f
commit 08f48a8a9d

View File

@@ -320,7 +320,7 @@ class Project extends Model
# Only to be used when deserializing
bufferForIdSync: (id) ->
existingBuffer = @findBufferForId(id) if id
existingBuffer ? @buildBufferSync(absoluteFilePath)
existingBuffer ? @buildBufferSync()
# Given a file path, this retrieves or creates a new {TextBuffer}.
#