036ca28a by Jabis Sevón

recent changes

1 parent 2a8992a4
Showing 1 changed file with 2 additions and 2 deletions
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
22 return; 22 return;
23 } 23 }
24 to = setTimeout(flush, opt.wait || 1); 24 to = setTimeout(flush, opt.wait || 1);
25 var id = at['#'] 25 // var id = at['#']
26 ctx.on('in', {"@": id, ok:1}) 26 // ctx.on('in', {"@": id, ok:1})
27 }); 27 });
28 ctx.on('get', function(at){ 28 ctx.on('get', function(at){
29 //console.log("get at",at,disk); 29 //console.log("get at",at,disk);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!