Pman.Tab.AdminContactsGroup.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 03:11:15 +0000 (11:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 03:11:15 +0000 (11:11 +0800)
Pman.Tab.AdminContactsGroup.js

index 62aa248..495aae1 100644 (file)
@@ -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;
                         }