diff --git a/lib/rfs.js b/lib/rfs.js index c43b14f80..8e37fe5af 100644 --- a/lib/rfs.js +++ b/lib/rfs.js @@ -83,7 +83,7 @@ Gun.on('create', function(root){ this.to.next(root); var opt = root.opt; if(opt.rfs === false){ return } - opt.store = opt.store || (!Gun.window || opt.rfs === true && Store(opt)); + opt.store = opt.store || ((!Gun.window || opt.rfs === true) && Store(opt)); }); module.exports = Store; \ No newline at end of file