Roo/grid/Grid.js
authoredward <edward@roojs.com>
Wed, 18 May 2016 05:03:49 +0000 (13:03 +0800)
committeredward <edward@roojs.com>
Wed, 18 May 2016 05:03:49 +0000 (13:03 +0800)
Roo/grid/Grid.js

index 05b07d8..64d6179 100644 (file)
@@ -54,13 +54,11 @@ Roo.grid.Grid = function(container, config){
         this.dataSource = this.ds;
         delete this.ds;
     }
-    Roo.log(this.cm);
-    return;
-    
     if(this.cm){
         this.colModel = this.cm;
         delete this.cm;
     }
+    Roo.log(this.colModel);return;
     if(this.sm){
         this.selModel = this.sm;
         delete this.sm;