From 3ad07ed0b8c8e350934bb07bdd2fffa5c129011f Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 11 Jul 2012 17:46:28 -0700 Subject: [PATCH] lint --- lib/tls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tls.js b/lib/tls.js index c68a930d1d4..5b8f179bab7 100644 --- a/lib/tls.js +++ b/lib/tls.js @@ -80,7 +80,7 @@ function convertNPNProtocols(NPNProtocols, out) { function SlabBuffer() { this.create(); -}; +} SlabBuffer.prototype.create = function create() {