Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / panel / BubblePanel.js
diff --git a/examples/panel/BubblePanel.js b/examples/panel/BubblePanel.js
new file mode 100644 (file)
index 0000000..5a80183
--- /dev/null
@@ -0,0 +1,10 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+Ext.ux.BubblePanel = Ext.extend(Ext.Panel, {\r
+    baseCls: 'x-bubble',\r
+    frame: true\r
+});\r