Fix error in updateContent code

This was missed from these changes:

9646e17b03
This commit is contained in:
Tom Byers
2022-02-15 16:35:45 +00:00
parent 1d69f7ab61
commit 8c253309e4

View File

@@ -45,7 +45,7 @@
});
// remove references to elements
this.$els = [];
this._$els = [];
}
};