]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
skip config property for cbind mixin
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 20 Feb 2018 08:48:19 +0000 (09:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Feb 2018 09:14:58 +0000 (10:14 +0100)
commitc33f087874f1c8b29470a38a1ca7fd3ec37c7b9b
treea214176e193ea9a0345903c609a121d5440a8a0e
parenteb1f0d2a37cef9bf0fa81486fb13e215065be578
skip config property for cbind mixin

if we use a component with cbind in a static declaration,
we do not want to traverse the 'config' property, as this can lead
to properties of base classes which produce errors on copying

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
mixin/CBind.js