Hogfather function name changes.

This commit is contained in:
Ian Gulliver
2016-01-08 15:27:49 -08:00
parent e71334a673
commit 3897ec0ca5

View File

@@ -103,7 +103,7 @@ var BabyStats = function(container) {
this.cosmo_.addEventListener('logout', this.onLogout_.bind(this));
this.client_id_ = this.cosmo_.uuid();
hogfather.PublicChat.Join(this.cosmo_, id).then(this.onChatReady_.bind(this));
hogfather.PublicChat.join(this.cosmo_, id).then(this.onChatReady_.bind(this));
};