From 3897ec0ca5c29bab0e777882ead9d4a319c562e8 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 8 Jan 2016 15:27:49 -0800 Subject: [PATCH] Hogfather function name changes. --- static/babystats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/babystats.js b/static/babystats.js index df895be..9089f5f 100644 --- a/static/babystats.js +++ b/static/babystats.js @@ -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)); };