From e58a739a0236e74e06d4493ecb084f09fb56a07f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Jan 2011 11:11:15 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 62aa248..495aae1 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -62,7 +62,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ rowdblclick : function (_self, rowIndex, e) { if (!_this.dialog) return; - var s = his.getDataSource().getAt(rowIndex); + var s = this.getDataSource().getAt(rowIndex); if (s.data.id < 1 ) { return; } -- 2.39.2