From a4eeb5939d6935e72b35276796fe46c996e855af Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 27 Mar 2017 13:02:18 +0200 Subject: [PATCH] KVComboBox.js: use correct namespace --- form/KVComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.2