Roo/bootstrap/panel/Grid.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Jul 2017 03:21:13 +0000 (11:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Jul 2017 03:21:13 +0000 (11:21 +0800)
Roo/bootstrap/panel/Grid.js

index f668e86..e8bc39b 100644 (file)
@@ -27,7 +27,7 @@ Roo.bootstrap.panel.Grid = function(config){
         var tool_el = this.wrapper.createChild();    
         this.toolbar = Roo.factory(config.toolbar);
         this.toolbar.render(tool_el);
-        
+        delete config.toolbar;
     }
     this.wrapper.dom.appendChild(config.grid.getGridEl().dom);
     config.el = this.wrapper;