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

Emmanuel Kasper e.kasper at proxmox.com
Mon Jun 15 15:31:09 CEST 2015


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

diff --git a/www/manager5/data/UpdateStore.js b/www/manager5/data/UpdateStore.js
index b927930..bf48611 100644
--- a/www/manager5/data/UpdateStore.js
+++ b/www/manager5/data/UpdateStore.js
@@ -1,3 +1,9 @@
+/* Extends the Ext.data.Store type
+ * with  startUpdate() and stopUpdate() methods
+ * to refresh the store data in the background
+ * Components using this store directly will flicker
+ * due to the redisplay of the element ater 'config.interval' ms
+ */
 Ext.define('PVE.data.UpdateStore', {
     extend: 'Ext.data.Store',
 
-- 
2.1.4





More information about the pve-devel mailing list