load quick fix

This commit is contained in:
Mark Nadal 2017-11-14 09:49:09 -08:00
parent 6e4e0e391b
commit c987e42820

View File

@ -3,5 +3,5 @@ Gun.chain.open || require('gun/lib/open');
Gun.chain.load = function(cb, opt, at){ Gun.chain.load = function(cb, opt, at){
(opt = opt || {}).off = !1; (opt = opt || {}).off = !1;
return gun.open(cb, opt, at); return this.open(cb, opt, at);
} }