Record events.

This commit is contained in:
Ian Gulliver
2015-12-27 20:52:36 -08:00
parent c34f01458e
commit 9a6d96a777

View File

@@ -257,7 +257,9 @@ BabyStats.prototype.onClick_ = function(eventName, overlay) {
timer--;
switch (timer) {
case 0:
// XXX: send
this.chat_.sendMessage({
type: eventName,
});
overlay.textContent = '✓';
break;