var Gun = Gun || require('../gun'); Gun.chain.open || require('gun/lib/open'); Gun.chain.load = function(cb, opt, at){ (opt = opt || {}).off = !1; return gun.open(cb, opt, at); }