mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
61b67674a2
commit
6d76b0cb64
@ -410,6 +410,11 @@ module.store =
|
||||
BaseStore.nest()
|
||||
|
||||
|
||||
// XXX stores to experiment with:
|
||||
// - cache
|
||||
// - fs
|
||||
// - PouchDB
|
||||
|
||||
// XXX EXPERIMENTAL
|
||||
var localStorageStore =
|
||||
module.localStorageStore = {
|
||||
@ -441,11 +446,10 @@ module.localStorageStore = {
|
||||
__set__: function(path, data){
|
||||
this.data[path] = this.__key__ ?
|
||||
data
|
||||
// XXX CACHE...
|
||||
: JSON.stringify(data) },
|
||||
__update__: function(){
|
||||
// XXX
|
||||
},
|
||||
return this },
|
||||
delete: function(){},
|
||||
|
||||
load: function(){},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user