This commit is contained in:
probablycorey
2013-10-07 09:53:13 -07:00
parent 6cf41eea0a
commit 64e4cd3db1

View File

@@ -48,7 +48,7 @@ class File
# copy is acceptable.
#
# Returns a String.
read: (flushCache)->
read: (flushCache) ->
if not @exists()
@cachedContents = null
else if not @cachedContents? or flushCache