From 36f337afb31629ea035f68d906f227ecb268c61e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 9 May 2016 14:30:07 -0400 Subject: [PATCH] web: update jsdoc with enableSocketRPC option --- lib/services/web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/web.js b/lib/services/web.js index 5f809806..1e292676 100644 --- a/lib/services/web.js +++ b/lib/services/web.js @@ -27,6 +27,7 @@ var log = index.log; * @param {Object} options.httpsOptions - Options passed into https.createServer, defaults to node settings. * @param {String} options.httpsOptions.key - Path to key file * @param {String} options.httpsOptions.cert - Path to cert file + * @param {Boolean} options.enableSocketRPC - Option to enable/disable websocket RPC handling * @param {Number} options.port - The port for the service, defaults to node settings. */ var WebService = function(options) {