]> git.proxmox.com Git - pve-manager.git/commitdiff
Add documentation header
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 22 Jul 2015 08:37:31 +0000 (10:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Jul 2015 10:16:01 +0000 (12:16 +0200)
www/manager5/data/ObjectStore.js

index 03d0c7ad2c57b31713807746acaf4a5ad67f9830..935f922b40adf3311f2e105a4ee9e59e035b5d19 100644 (file)
@@ -1,3 +1,8 @@
+/* This store encapsulates data items which are organized as an Array of key-values Objects
+ * ie data[0] contains something like {key: "keyboard", value: "da"}
+*
+* Designed to work with the KeyValue model and the JsonObject data reader
+*/
 Ext.define('PVE.data.ObjectStore',  {
     extend: 'PVE.data.UpdateStore',