[pve-devel] r6032 - pve-manager/pve2/www/new/data/reader

svn-commits at proxmox.com svn-commits at proxmox.com
Fri May 27 11:12:23 CEST 2011


Author: dietmar
Date: 2011-05-27 11:12:23 +0200 (Fri, 27 May 2011)
New Revision: 6032

Modified:
   pve-manager/pve2/www/new/data/reader/JsonObject.js
Log:
correctly call constructor


Modified: pve-manager/pve2/www/new/data/reader/JsonObject.js
===================================================================
--- pve-manager/pve2/www/new/data/reader/JsonObject.js	2011-05-27 09:11:50 UTC (rev 6031)
+++ pve-manager/pve2/www/new/data/reader/JsonObject.js	2011-05-27 09:12:23 UTC (rev 6032)
@@ -12,6 +12,14 @@
     
     root: 'data',
  
+    constructor: function(config) {
+        var me = this;
+
+        Ext.apply(me, config || {});
+
+	me.callParent([config]);
+    },
+
     getResponseData: function(response) {
 	var me = this;
 




More information about the pve-devel mailing list