---
 www/manager5/data/ObjectStore.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager5/data/ObjectStore.js b/www/manager5/data/ObjectStore.js
index 03d0c7a..935f922 100644
--- a/www/manager5/data/ObjectStore.js
+++ b/www/manager5/data/ObjectStore.js
@@ -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',
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to