web: update jsdoc with enableSocketRPC option

This commit is contained in:
Braydon Fuller 2016-05-09 14:30:07 -04:00
parent 7be7a7dce5
commit 36f337afb3

View File

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