Add missing semicolons
This commit is contained in:
parent
f752d55b37
commit
f015e4bfd4
|
@ -196,7 +196,7 @@ Client.prototype.input = function(data) {
|
||||||
console.log(path + ": " + e);
|
console.log(path + ": " + e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
Client.prototype.more = function(data) {
|
Client.prototype.more = function(data) {
|
||||||
var client = this;
|
var client = this;
|
||||||
|
@ -211,7 +211,7 @@ Client.prototype.more = function(data) {
|
||||||
chan: chan.id,
|
chan: chan.id,
|
||||||
messages: messages
|
messages: messages
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
Client.prototype.quit = function() {
|
Client.prototype.quit = function() {
|
||||||
this.networks.forEach(function(network) {
|
this.networks.forEach(function(network) {
|
||||||
|
|
Loading…
Reference in New Issue