mirror of
https://github.com/amark/gun.git
synced 2025-06-07 22:56:42 +00:00
load quick fix
This commit is contained in:
parent
6e4e0e391b
commit
c987e42820
@ -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);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user