sync
[roojs1] / roojs-ui-debug.js
index 2a6b98f..8ca504f 100644 (file)
@@ -33771,7 +33771,7 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, {
      */
     getColumnByDataIndex: function(dataIndex){
         var index = this.findColumnIndex(dataIndex);
-        return index > -1 ? this.his.config[index] : false;
+        return index > -1 ? this.config[index] : false;
     },
     
     /**