KVComboBox.js: use correct namespace

This commit is contained in:
Dietmar Maurer 2017-03-27 13:02:18 +02:00
parent 0f35d1ffdb
commit a4eeb5939d

View File

@ -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',