From: Dietmar Maurer Date: Mon, 27 Mar 2017 11:02:18 +0000 (+0200) Subject: KVComboBox.js: use correct namespace X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=a4eeb5939d6935e72b35276796fe46c996e855af KVComboBox.js: use correct namespace --- diff --git a/form/KVComboBox.js b/form/KVComboBox.js index 120c13b..d8167ac 100644 --- a/form/KVComboBox.js +++ b/form/KVComboBox.js @@ -5,7 +5,7 @@ * deleteEmpty: if set to true (default), an empty value received from the * comboBox will reset the property to its default value */ -Ext.define('proxmox.form.KVComboBox', { +Ext.define('Proxmox.form.KVComboBox', { extend: 'Ext.form.field.ComboBox', alias: 'widget.proxmoxKVComboBox',