Call telepath.Array::getValues() during clone

This commit is contained in:
Kevin Sawicki
2013-11-12 18:13:51 -08:00
parent fe9f1373c1
commit 957374eb40

View File

@@ -176,7 +176,7 @@ class Project extends Model
#
# Returns an {Array} of {TextBuffer}s.
getBuffers: ->
new Array(@buffers...)
new Array(@buffers.getValues()...)
isPathModified: (filePath) ->
@findBufferForPath(@resolve(filePath))?.isModified()