(i)
| 3611 | var said = gun.get('pub/asdf').get('who').get('said'); |
| 3612 | |
| 3613 | function run(i){ |
| 3614 | |
| 3615 | //console.log("----", i, "----"); |
| 3616 | //2 === i && (console.debug.i = 1) && console.debug(1, '======= what happens?'); |
| 3617 | //(console.debug.i = console.debug.i || 1); |
| 3618 | said.set({ |
| 3619 | what: i + " Hello world!", |
| 3620 | num: i, |
| 3621 | who: 'asdf', |
| 3622 | id: 'alice', |
| 3623 | }); |
| 3624 | |
| 3625 | } |
| 3626 | |
| 3627 | var i = 0, m = 9, to = setInterval(function frame(){ |
| 3628 | if(m <= i){ |