]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
KVComboBox.js: use correct namespace
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Mar 2017 11:02:18 +0000 (13:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Mar 2017 11:02:18 +0000 (13:02 +0200)
form/KVComboBox.js

index 120c13b88be5909e98c47871c8ad9b4d1e5c0436..d8167ac2b6286300d027545eb0300ccb26255901 100644 (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',