mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update gun.js
This commit is contained in:
parent
c6a75748d2
commit
bd0e6a615f
4
gun.js
4
gun.js
@ -1130,6 +1130,10 @@
|
||||
return;
|
||||
}
|
||||
if(HAM.defer){ // TODO: BUG! Not implemented.
|
||||
union[field] = value; // WRONG! BUG! Need to implement correct algorithm.
|
||||
state_ify(union, field, is); // WRONG! BUG! Need to implement correct algorithm.
|
||||
// filler algorithm for now.
|
||||
return;
|
||||
/*upper.wait = true;
|
||||
opt.upper.call(state, vertex, field, incoming, ctx.incoming.state); // signals that there are still future modifications.
|
||||
Gun.schedule(ctx.incoming.state, function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user