Whoops, compiled the changes this time :P

This commit is contained in:
hydrabolt
2015-09-01 22:30:34 +01:00
parent 67edc5f5e6
commit 8d6ece0b35
6 changed files with 28 additions and 2 deletions

View File

@@ -71,6 +71,11 @@ var Channel = (function () {
get: function get() {
return this.server.client;
}
}, {
key: "isPrivate",
get: function get() {
return false;
}
}]);
return Channel;