Build lib and update dependencies

This commit is contained in:
abalabahaha
2015-12-06 00:53:35 -08:00
parent d3e0f46ff0
commit 4486b623f5
2 changed files with 7 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ var Channel = (function (_Equality) {
_createClass(Channel, [{
key: "isPrivate",
get: function get() {
return !!this.server;
return !this.server;
}
}]);