Roo/grid/Grid.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 6 Jun 2011 15:42:41 +0000 (23:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 6 Jun 2011 15:42:41 +0000 (23:42 +0800)
Roo/grid/Grid.js

index 553efe5..ee77dcf 100644 (file)
@@ -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();