From ef9feaa42cef7d3f43004bd40d1bef74e91684ff Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:44:56 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 8ddb33a..1f1c790 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -264,11 +264,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ dataIndex : 'name', renderer : function(v) { return String.format('{0}', v); } } - ], - view : { - xtype: 'GridView', - xns: Roo.grid - } + ] } }); this.layout = this.panel.layout; -- 2.39.2