Pman.Tab.PersonList.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 02:27:04 +0000 (10:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 02:27:04 +0000 (10:27 +0800)
Pman.Tab.PersonList.js

index dc4d12f..8511704 100644 (file)
@@ -248,7 +248,7 @@ Pman.Tab.PersonList.prototype = {
                     },
                     cellclick : function (_self, rowIndex, columnIndex, e)
                     {
-                        var di = this.colModel.getDataIndex(colIndex);
+                        var di = this.colModel.getDataIndex(columnIndex);
                         if (di != 'active') {
                             return;
                         }