Fixed the fix and built

This commit is contained in:
abalabahaha
2015-12-11 21:22:29 -08:00
parent 6ed6932e24
commit cd4a70cfb2
7 changed files with 270 additions and 286 deletions

View File

@@ -686,6 +686,14 @@ var Client = (function (_EventEmitter) {
get: function get() {
return this.internal.user;
}
}, {
key: "userAgent",
get: function get() {
return this.internal.userAgent;
},
set: function set(userAgent) {
this.internal.userAgent = userAgent;
}
}]);
return Client;