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

index 9f782eb..aeef9e6 100644 (file)
@@ -62,7 +62,7 @@ Roo.grid.Grid = function(container, config){
         this.selModel = this.sm;
         delete this.sm;
     }
-    Roo.log(this.colModel);return;
+
     if (this.selModel) {
         this.selModel = Roo.factory(this.selModel, Roo.grid);
         this.sm = this.selModel;