Rename private attribute _element to _el
Change-Id: I9c7a31bd6844636737ffa6456562b997f5e370a3
diff --git a/dev/js/src/vc/docgroup.js b/dev/js/src/vc/docgroup.js
index 1dbd5d7..6ea5e8b 100644
--- a/dev/js/src/vc/docgroup.js
+++ b/dev/js/src/vc/docgroup.js
@@ -196,10 +196,10 @@
};
};
- if (t._element === undefined)
+ if (t._el === undefined)
return t;
- const group = t._element;
+ const group = t._el;
group.setAttribute('data-operation', t.operation());
_removeChildren(group);
@@ -231,10 +231,10 @@
element : function () {
const t = this;
- if (t._element !== undefined)
- return t._element;
+ if (t._el !== undefined)
+ return t._el;
- const e = t._element = document.createElement('div');
+ const e = t._el = document.createElement('div');
e.setAttribute('class', 'docGroup');
// Update the object - including optimization