mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update rfs.js
This commit is contained in:
parent
7b6c0881de
commit
c567aae376
@ -77,7 +77,7 @@ function Mem(opt){
|
||||
cb(null, tmp);
|
||||
}, 1);
|
||||
};
|
||||
store.list = function(cb, match){
|
||||
store.list = function(cb, match){ // supporting this is no longer needed! Optional.
|
||||
setTimeout(function(){
|
||||
Gun.obj.map(Object.keys(storage), cb) || cb();
|
||||
}, 1);
|
||||
@ -85,4 +85,4 @@ function Mem(opt){
|
||||
return store;
|
||||
}
|
||||
|
||||
module.exports = Store;//Gun.TESTING? Mem : Store;
|
||||
module.exports = Store;//Gun.TESTING? Mem : Store;
|
||||
|
Loading…
x
Reference in New Issue
Block a user