Minor fix.

This commit is contained in:
Julien Fontanet 2015-10-01 15:46:31 +02:00
parent 1c6ae53656
commit 3472b85345

View File

@ -907,7 +907,7 @@ export default class Xo extends EventEmitter {
objects.add('add', this._onXenAdd)
objects.add('update', this._onXenAdd)
objects.add('remove', this._onXenAdd)
objects.add('remove', this._onXenRemove)
this._onXenAdd(objects.all)
} finally {