Roo/grid/Grid.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:30:29 +0000 (14:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Jun 2011 06:30:29 +0000 (14:30 +0800)
Roo/grid/Grid.js

index 0b0569c..b5474c7 100644 (file)
@@ -77,8 +77,7 @@ Roo.grid.Grid = function(container, config){
         this.dataSource= Roo.factory(this.dataSource, Roo.data);
         this.ds = this.dataSource;
         this.ds.xmodule = this.xmodule || false;
-        this.ds.multiSort = this.multiSort || false;
-        
+        this.ds.multiSort = this.multiSort || false;   
     }