UNPKG

209 BJavaScriptView Raw
1
2var Gun = require('./core');
3Gun.chain.init = function(){ // TODO: DEPRECATE?
4 (this._.opt = this._.opt || {}).init = true;
5 return this.back(-1).put(Gun.node.ify({}, this._.get), null, this._.get);
6}
7
\No newline at end of file