mirror of
https://github.com/amark/gun.git
synced 2025-06-08 07:06:44 +00:00
test undo tmp
This commit is contained in:
parent
451c33a69a
commit
d5c8a02980
@ -17,7 +17,7 @@ function start(root){
|
|||||||
|
|
||||||
mesh.way = function(msg){
|
mesh.way = function(msg){
|
||||||
if(!msg){ return }
|
if(!msg){ return }
|
||||||
relayUp(msg); // TEMPORARY!!!
|
//relayUp(msg); // TEMPORARY!!!
|
||||||
if(msg.get){ return GET(msg) }
|
if(msg.get){ return GET(msg) }
|
||||||
if(msg.put){ return }
|
if(msg.put){ return }
|
||||||
fall(msg);
|
fall(msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user