Skip to content
Snippets Groups Projects
Verified Commit 4bbbfb9c authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: unreferenced value

parent 0a620b07
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ function retrieveFromBindings() {
const self = this;
if (self[internalSymbol].element.matches('[' + ATTRIBUTE_UPDATER_BIND + ']')) {
retrieveAndSetValue.call(self, element)
retrieveAndSetValue.call(self, self[internalSymbol].element)
}
for (const [, element] of self[internalSymbol].element.querySelectorAll('[' + ATTRIBUTE_UPDATER_BIND + ']').entries()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment