[pve-devel] [PATCH 1/2] Add documentation header

Emmanuel Kasper e.kasper at proxmox.com
Wed Jul 22 10:37:31 CEST 2015


---
 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





More information about the pve-devel mailing list