Roo/bootstrap/Body.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:50:38 +0000 (15:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Feb 2019 07:50:38 +0000 (15:50 +0800)
Roo/bootstrap/Body.js

index cfcb650..64c52dd 100644 (file)
@@ -27,7 +27,7 @@ Roo.bootstrap.Body = function(config){
         Roo.get(document.body).addClass(this.cls);
     }
     if (this.do_render) {
-       
+       this.onRender(do_render, '')
     }
     
 };