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

index 320c6e6..1fb9ddf 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);
+        this.selModel = Roo.factory(this.sm, Roo.bootstrap.Table);
         this.sm = this.selModel;
         this.sm.xmodule = this.xmodule || false;
     }