Remove unused StorageFolder::store method (moved state to IndexedDB)

This commit is contained in:
Katrina Uychaco
2016-02-12 14:07:21 -08:00
parent 22c9fe7cb7
commit 427dba57ad

View File

@@ -11,11 +11,6 @@ class StorageFolder
fs.writeFileSync(@pathForKey(name), JSON.stringify(object), 'utf8')
store: (name, object) ->
return unless @path?
fs.writeFile(@pathForKey(name), JSON.stringify(object), 'utf8')
load: (name) ->
return unless @path?