mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
var Gun = Gun || require('../gun');
|
|
Gun.chain.open || require('gun/lib/open');
|
|
|
|
Gun.chain.load = function(cb, opt, at){
|
|
(opt = opt || {}).off = !0;
|
|
return this.open(cb, opt, at);
|
|
} |