Roo/ContentPanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 11:25:42 +0000 (19:25 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 11:25:42 +0000 (19:25 +0800)
Roo/ContentPanel.js

index cdd2b0f..3204088 100644 (file)
@@ -140,7 +140,7 @@ Roo.ContentPanel = function(el, config, content){
         this.view = Roo.factory(this.view); 
         this.view.render && this.on('render', 
                 function() { 
-                        this.view.render(false, ''); 
+                        this.view.render(false, '',this); 
                 }, this); // render blank..
     }