Fix failing test

pull/5139/head
Christopher Mardell 5 years ago
parent f537cfe1d1
commit 11df5ff7e4

@ -229,7 +229,6 @@ if (typeof HTMLElement === 'function') {
for (const attr of Object.getOwnPropertyNames($$props)) {
this.$$initialProps[attr] = $$props[attr];
}
return;
}
if (this.$$set && !is_empty($$props)) {
this.$$.skip_bound = true;

Loading…
Cancel
Save