Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 05:22:59 +0000 (13:22 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 05:22:59 +0000 (13:22 +0800)
Roo/bootstrap/Table.js

index b5a8e12..2758802 100644 (file)
@@ -58,7 +58,7 @@ Roo.bootstrap.Table = function(config){
         this.sm.grid = this;
         Roo.log('render bootstrap table sm!!!!!!!!!!!!!!!!!!!!!!!!!');
         Roo.log(this.sm.constructor);
-        Roo.log(Roo.bootstrap.Table['RowSelectionModel'].constructor);
+        Roo.log(Roo.bootstrap.Table['RowSelectionModel']);
         this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
         this.sm = this.selModel;
         this.sm.xmodule = this.xmodule || false;