Update remote init test

This commit is contained in:
wltsmrz
2014-03-03 15:27:38 -08:00
parent a098b0cf02
commit 976de00242
2 changed files with 14 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ function Server(remote, opts) {
}
if (!opts.host) opts.host = opts.websocket_ip;
if (!opts.port) opts.host = opts.websocket_port;
if (!opts.port) opts.port = opts.websocket_port;
if (!opts.secure) opts.secure = opts.websocket_ssl;
if (typeof opts.secure === 'undefined') {