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