This commit is contained in:
Tony Garnock-Jones 2016-05-11 22:14:52 -04:00
parent f9c616c282
commit b61187ffd8
5 changed files with 325 additions and 785 deletions

49
dist/syndicate.js vendored

File diff suppressed because one or more lines are too long

16
dist/syndicate.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ function spawnChatApp() {
assert toBroker(url, present(this.nym, this.status));
during fromBroker(url, present($who, $status)) {
assert ui.context(who)
assert ui.context(who, status)
.html('#nymlist',
Mustache.render($('#nym_template').html(), { who: who, status: status }));
}