Roo/ViewPanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 09:41:50 +0000 (17:41 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 09:41:50 +0000 (17:41 +0800)
Roo/ViewPanel.js

index c77df23..6ad02c4 100644 (file)
@@ -34,7 +34,7 @@ Roo.ViewPanel = function(view, config){
     if (this.footer && !this.footer.el && this.footer.xtype) {
         
         this.footer.container = this.wrapper.el; // this.getView().getFooterPanel(true);
-        this.footer.dataSource = this.view.dataSource;
+        this.footer.dataSource = this.view.store;
         this.footer = Roo.factory(this.footer, Roo);
         
     }