recent changes
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); | ... | ... |
-
Please register or sign in to post a comment