fix #7318 - rename upload cropbox and panel tree
[roojs1] / examples / grid / viewpanel.js
index 0ec7212..b84f089 100644 (file)
@@ -78,7 +78,7 @@ Roo.onReady(function(){
     var layout = Roo.BorderLayout.create({
         center: {
             margins:{left:3,top:3,right:3,bottom:3},
-            panels: [new Roo.GridPanel(grid)]
+            panels: [new Roo.panel.Grid(grid)]
         }
     }, 'grid-panel');