From: Alan Knowles Date: Wed, 4 Aug 2010 02:43:08 +0000 (+0800) Subject: Roo/grid/ColumnModel.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6dd4e6f3d9821cb4572b6f4f1abfe499cc85e71f;p=roojs1 Roo/grid/ColumnModel.js --- diff --git a/Roo/grid/ColumnModel.js b/Roo/grid/ColumnModel.js index 6656f08d20..f6550edccc 100644 --- a/Roo/grid/ColumnModel.js +++ b/Roo/grid/ColumnModel.js @@ -188,7 +188,7 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, { */ getColumnByDataIndex: function(dataIndex){ var index = this.findColumnIndex(dataIndex); - return ci > -1 ? this.his.config[index] : false; + return index > -1 ? this.his.config[index] : false; }, /**