From fe6b82d60bc7ea75994155a02bd5df72b687952c Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Wed, 11 Nov 2015 12:02:31 -0800 Subject: [PATCH] comment --- gun.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gun.js b/gun.js index f2b86490..49318a37 100644 --- a/gun.js +++ b/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){