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--; timer--;
switch (timer) { switch (timer) {
case 0: case 0:
// XXX: send this.chat_.sendMessage({
type: eventName,
});
overlay.textContent = '✓'; overlay.textContent = '✓';
break; break;