finalised revive

This commit is contained in:
Amish Shah
2015-12-06 20:19:30 +00:00
parent d504406cfc
commit b59f2940e3
5 changed files with 13 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ var Client = (function (_EventEmitter) {
_EventEmitter.call(this);
this.options = options || {};
this.options.compress = options.compress || true;
this.options.autoRevive = options.autoRevive || false;
this.options.revive = options.revive || false;
this.internal = new _InternalClient2["default"](this);
}