mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
comment
This commit is contained in:
parent
b36d6f5247
commit
fe6b82d60b
4
gun.js
4
gun.js
@ -700,8 +700,8 @@
|
||||
});
|
||||
}
|
||||
});//({soul: Gun.roulette.call(gun), field: null, empty: true});
|
||||
if(f){ call({}) }
|
||||
if(gun.back.not){ gun.back.not(call, {raw: true}) }
|
||||
if(f){ call({}) } // TODO: BUG! Causes pseudomerge on Node 0.6 to fail.
|
||||
if(gun.back.not){ gun.back.not(call, {raw: true}) } // ^ TODO: BUG! See above.
|
||||
return gun;
|
||||
}
|
||||
Chain.map = function(cb, opt){
|
||||
|
Loading…
x
Reference in New Issue
Block a user