Roo/View.js
authorAlan Knowles <alan@roojs.com>
Mon, 21 Mar 2016 09:57:18 +0000 (17:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Mar 2016 09:57:18 +0000 (17:57 +0800)
Roo/View.js

index 57f1474..e6b134d 100644 (file)
@@ -161,7 +161,7 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
            
          var fctr = this.wrapEl.appendChild(document.createElement("div"));
         
-        this.footer.dataSource = this.store
+        this.footer.dataSource = this.store;
         this.footer.container = fctr;
         this.footer = Roo.factory(this.footer, Roo);
         fctr.insertFirst(this.el);