Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / panel / BubblePanel.js
1 /*!
2  * Ext JS Library 3.0.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 Ext.ux.BubblePanel = Ext.extend(Ext.Panel, {\r
8     baseCls: 'x-bubble',\r
9     frame: true\r
10 });\r