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

index b3978f8..a39eaca 100644 (file)
@@ -38,7 +38,7 @@ Roo.bootstrap.panel.Grid = function(config){
           //  Roo.log(['add child', items[i]]);
             nitems.push(this.toolbar.addxtype(Roo.apply({}, ti[i])));
         }
-        ti.items = nitems;
+        this.toolbar.items = nitems;
         
         delete config.toolbar;
     }