Add missing semicolons

This commit is contained in:
YuviPanda 2014-09-13 18:18:42 +01:00
parent f752d55b37
commit f015e4bfd4

View file

@ -196,7 +196,7 @@ Client.prototype.input = function(data) {
console.log(path + ": " + e);
}
});
}
};
Client.prototype.more = function(data) {
var client = this;
@ -211,7 +211,7 @@ Client.prototype.more = function(data) {
chan: chan.id,
messages: messages
});
}
};
Client.prototype.quit = function() {
this.networks.forEach(function(network) {