From 199dd020ba83ee0d81496672afd241fa3024b0e9 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 27 Dec 2015 20:06:27 -0800 Subject: [PATCH] Add getID() --- static/hogfather.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/hogfather.js b/static/hogfather.js index 6ef5bc4..e818a06 100644 --- a/static/hogfather.js +++ b/static/hogfather.js @@ -82,6 +82,11 @@ hogfather.PublicChat.prototype.Shutdown = function() { }; +hogfather.PublicChat.prototype.getID = function() { + return this.id_; +}; + + /** * @private * @return {string}