Fix missing bits in cssImage() example

This commit is contained in:
nathan 2022-01-05 10:24:23 -07:00
parent a48e6cf1d3
commit 7ab60918f4

View File

@ -1218,7 +1218,7 @@ function transformAttributes(widget, mgr : et2_arrayMgr, attributes)
* ...super.styles,
* css`
* :host {
* background-image: cssImage("save");
* background-image: ${cssImage("save")};
* }
* `];
* }