Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / panel / BubblePanel.js
index d5661fc..0d56891 100644 (file)
@@ -1,10 +1,10 @@
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-Ext.ux.BubblePanel = Ext.extend(Ext.Panel, {\r
-    baseCls: 'x-bubble',\r
-    frame: true\r
-});\r
+Ext.ux.BubblePanel = Ext.extend(Ext.Panel, {
+    baseCls: 'x-bubble',
+    frame: true
+});