diff options
author | isaacs <i@izs.me> | 2012-07-11 17:46:28 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-11 17:46:28 -0700 |
commit | 3ad07ed0b8c8e350934bb07bdd2fffa5c129011f (patch) | |
tree | 215ca337b0217f05b43fcb526de0fe1a16c62eba /lib/tls.js | |
parent | 424cd5a02033b5f9bf027431614ca5f9183fa3b1 (diff) | |
download | nodejs-3ad07ed0b8c8e350934bb07bdd2fffa5c129011f.tar.gz nodejs-3ad07ed0b8c8e350934bb07bdd2fffa5c129011f.tar.bz2 nodejs-3ad07ed0b8c8e350934bb07bdd2fffa5c129011f.zip |
lint
Diffstat (limited to 'lib/tls.js')
-rw-r--r-- | lib/tls.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tls.js b/lib/tls.js index c68a930d1..5b8f179ba 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() { |