Roo/grid/AbstractGridView.js
authorEdward <edward@roojs.com>
Mon, 12 May 2014 08:40:16 +0000 (16:40 +0800)
committerEdward <edward@roojs.com>
Mon, 12 May 2014 08:40:16 +0000 (16:40 +0800)
Roo/grid/AbstractGridView.js

index 8e184d2..b0fa20b 100644 (file)
@@ -31,7 +31,7 @@ Roo.extend(Roo.grid.AbstractGridView, Roo.util.Observable, {
     hdClass : "x-grid-hd",
     splitClass : "x-grid-hd-split",
     
-       init: function(grid){
+    init: function(grid){
         this.grid = grid;
                var cid = this.grid.getGridEl().id;
         this.colSelector = "#" + cid + " ." + this.cellClass + "-";
@@ -40,7 +40,7 @@ Roo.extend(Roo.grid.AbstractGridView, Roo.util.Observable, {
         this.splitSelector = "#" + cid + " ." + this.splitClass + "-";
        },
        
-       getColumnRenderers : function(){
+    getColumnRenderers : function(){
        var renderers = [];
        var cm = this.grid.colModel;
         var colCount = cm.getColumnCount();