From: Alan Knowles Date: Mon, 6 Jun 2011 15:42:41 +0000 (+0800) Subject: Roo/grid/Grid.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ee76b5cdc85a4d93b67aecd1cfe032ea7d9697ab Roo/grid/Grid.js --- diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 553efe522c..ee77dcfb67 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -461,7 +461,7 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { if (this.toolbar && this.toolbar.xtype) { this.toolbar.container = this.getView().getHeaderPanel(true); - this.toolbar = new Ext.Toolbar(this.toolbar); + this.toolbar = new Roo.Toolbar(this.toolbar); } if (this.footer && this.footer.xtype) { this.footer.dataSource = this.getDataSource();