[database][js] Fix strict mode issue
This commit is contained in:
parent
252b879ef4
commit
bc1e827273
|
@ -74,7 +74,6 @@ export default class Reference extends ReferenceBase {
|
|||
this._refListeners = {};
|
||||
this._database = database;
|
||||
this._query = new Query(this, path, existingModifiers);
|
||||
this.log = this._database.log;
|
||||
this.log.debug('Created new Reference', this._getRefKey());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue