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() {