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

@@ -53,6 +53,11 @@ var PMChannel = (function () {
return null;
}
}, {
key: "isPrivate",
get: function get() {
return true;
}
}]);
return PMChannel;