mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-02 23:11:43 +00:00
![]() modifying static elements from the class, like done here with e.g. me.items[0][key] = value; is dangerous, since it directly modifies the class definition of those arrays/objects. Instead move the definition in initComponent, which uses a fresh declaration each time the component is initialized. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
.gitignore | ||
Makefile |