Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 30 Apr 2014 10:32:10 +0000 (18:32 +0800)
committerEdward <edward@roojs.com>
Wed, 30 Apr 2014 10:32:10 +0000 (18:32 +0800)
Roo/bootstrap/Table.js

index 1fb9ddf..4bcd4f3 100644 (file)
@@ -39,7 +39,7 @@ Roo.bootstrap.Table = function(config){
     Roo.bootstrap.Table.superclass.constructor.call(this, config);
     
     if (this.sm) {
-        this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
+        this.selModel = new Roo.bootstrap.Table.RowSelectionModel(this.sm);;
         this.sm = this.selModel;
         this.sm.xmodule = this.xmodule || false;
     }