mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Fix missing bits in cssImage() example
This commit is contained in:
parent
a48e6cf1d3
commit
7ab60918f4
@ -1218,7 +1218,7 @@ function transformAttributes(widget, mgr : et2_arrayMgr, attributes)
|
||||
* ...super.styles,
|
||||
* css`
|
||||
* :host {
|
||||
* background-image: cssImage("save");
|
||||
* background-image: ${cssImage("save")};
|
||||
* }
|
||||
* `];
|
||||
* }
|
||||
|
Loading…
Reference in New Issue
Block a user