Minor fix.
This commit is contained in:
parent
1c6ae53656
commit
3472b85345
@ -907,7 +907,7 @@ export default class Xo extends EventEmitter {
|
|||||||
|
|
||||||
objects.add('add', this._onXenAdd)
|
objects.add('add', this._onXenAdd)
|
||||||
objects.add('update', this._onXenAdd)
|
objects.add('update', this._onXenAdd)
|
||||||
objects.add('remove', this._onXenAdd)
|
objects.add('remove', this._onXenRemove)
|
||||||
|
|
||||||
this._onXenAdd(objects.all)
|
this._onXenAdd(objects.all)
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user