[Tree] Update labels on mutation

This commit is contained in:
Victor Woeltjen 2016-03-11 14:47:50 -08:00
parent 7ee8d0a3f7
commit 4a8222a152

View File

@ -66,7 +66,7 @@ define([
if (domainObject) {
this.unlisten = domainObject.getCapability('mutation')
.listen(this.updateView.bind(this));
.listen(this.updateView.bind(this, domainObject));
}
};