Add getID()

This commit is contained in:
Ian Gulliver
2015-12-27 20:06:27 -08:00
parent 1acbeaee12
commit 199dd020ba

View File

@@ -82,6 +82,11 @@ hogfather.PublicChat.prototype.Shutdown = function() {
};
hogfather.PublicChat.prototype.getID = function() {
return this.id_;
};
/**
* @private
* @return {string}