0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

tls: lint

cc @indutny >_<
This commit is contained in:
isaacs 2012-09-25 11:09:34 -07:00
parent 2a9a5e2318
commit 411d46087f

View File

@ -179,7 +179,7 @@ exports.checkServerIdentity = checkServerIdentity;
function SlabBuffer() { function SlabBuffer() {
this.create(); this.create();
}; }
SlabBuffer.prototype.create = function create() { SlabBuffer.prototype.create = function create() {