Skip to content

Commit dee954f

Browse files
BalrajDhawanTGiles
authored andcommitted
Bug 1977903 - Remove comment from updated() function. r=tgiles,reusable-components-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D257888
1 parent 3aae794 commit dee954f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

toolkit/content/widgets/moz-promo/moz-promo.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default class MozPromo extends MozLitElement {
3333
}
3434

3535
updated(changedProperties) {
36-
// super.updated?.(changedProperties);
3736
if (changedProperties.has("imageSrc") && this.imageSrc) {
3837
this.style.setProperty("--promo-image-url", `url("${this.imageSrc}")`);
3938
}

0 commit comments

Comments
 (0)