|
@@ -14,7 +14,6 @@ function Peer(options) {
|
|
this._options = options;
|
|
this._options = options;
|
|
util.debug = options.debug;
|
|
util.debug = options.debug;
|
|
|
|
|
|
- // TODO: default should be the cloud server.
|
|
|
|
this._server = options.host + ':' + options.port;
|
|
this._server = options.host + ':' + options.port;
|
|
|
|
|
|
// Ensure alphanumeric_-
|
|
// Ensure alphanumeric_-
|