UNPKG

376 BJavaScriptView Raw
1
2var Gun = require('./core'), u;
3Gun.chain.not = function(cb, opt, t){
4 return this.get(ought, {not: cb});
5}
6function ought(at, ev){ ev.off();
7 if(at.err || (u !== at.put)){ return }
8 if(!this.not){ return }
9 this.not.call(at.gun, at.get, function(){ console.log("Please report this bug on https://gitter.im/amark/gun and in the issues."); need.to.implement; });
10}
11
\No newline at end of file