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