From 3cc5bb40e27eaa1afe3b6598b9878d9b19831e55 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Sep 2014 14:43:01 +0800 Subject: [PATCH] Roo/bootstrap/Table.js --- Roo/bootstrap/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 9299d2ec52..1a88ad2abd 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -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); } -- 2.39.2