masterkey: remove useless arg for lock.
This commit is contained in:
parent
085866d1ac
commit
38a30aceed
@ -48,7 +48,7 @@ function MasterKey(options) {
|
||||
this.timer = null;
|
||||
this.until = 0;
|
||||
this._onTimeout = this.lock.bind(this);
|
||||
this.locker = new Lock(this);
|
||||
this.locker = new Lock();
|
||||
|
||||
if (options)
|
||||
this.fromOptions(options);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user