Skip to content

Commit cbaf647

Browse files
committed
remove duplicated disconnectedCallback call
1 parent 2d07c4d commit cbaf647

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/a-entity.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ class AEntity extends ANode {
109109

110110
if (!this.parentEl) { return; }
111111

112-
super.disconnectedCallback();
113-
114112
// Remove components.
115113
for (componentName in this.components) {
116114
this.removeComponent(componentName, false);

0 commit comments

Comments
 (0)