Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 06:43:01 +0000 (14:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 06:43:01 +0000 (14:43 +0800)
Roo/bootstrap/Table.js

index 9299d2e..1a88ad2 100644 (file)
@@ -55,7 +55,7 @@ Roo.bootstrap.Table = function(config){
         this.ds.xmodule = this.xmodule || false;
          
     }
-    if (this.footer && this.store);
+    if (this.footer && this.store) {
         this.footer.dataSource = this.ds;
         this.footer = Roo.factory(this.footer);
     }