Skip to content

Commit 91df2c3

Browse files
Remove duplication brought in from merge (#305)
1 parent af16f46 commit 91df2c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/features/runtime-checks.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ class DDGRuntimeChecks extends HTMLElement {
125125
}
126126
}
127127

128-
for (const sink of supportedSinks) {
129-
if (this.#sinks[sink]) {
130-
el[sink] = this.#sinks[sink]
131-
}
132-
}
133-
134128
// Reflect all listeners to the new element
135129
for (const [...args] of this.#listeners) {
136130
if (shouldFilterKey(this.#tagName, 'listener', args[0])) continue

0 commit comments

Comments
 (0)