From 411d46087f4027db69a5906985109a2b16f9ff52 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 25 Sep 2012 11:09:34 -0700 Subject: [PATCH] tls: lint cc @indutny >_< --- lib/tls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tls.js b/lib/tls.js index 1994732638..a435d3880c 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -179,7 +179,7 @@ exports.checkServerIdentity = checkServerIdentity; function SlabBuffer() { this.create(); -}; +} SlabBuffer.prototype.create = function create() {