Fixed tree view with multi line labels
diff --git a/dev/js/src/vc/doc.js b/dev/js/src/vc/doc.js
index f04b445..a19430a 100644
--- a/dev/js/src/vc/doc.js
+++ b/dev/js/src/vc/doc.js
@@ -489,6 +489,9 @@
_changed : function () {
this.__changed = true;
+ if (this._parent) {
+ };
+
if (this._rewrites === undefined)
return;
diff --git a/dev/js/src/vc/docgroup.js b/dev/js/src/vc/docgroup.js
index 0db4b4c..da1f6ab 100644
--- a/dev/js/src/vc/docgroup.js
+++ b/dev/js/src/vc/docgroup.js
@@ -1,6 +1,9 @@
/**
* Document group criterion
*/
+/*
+ * TODO: Let the UPDATE event bubble up through parents!
+ */
define([
'vc/jsonld',
'vc/unspecified',