Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / panel / BubblePanel.js
index e5b45ee..db166a6 100644 (file)
@@ -1,10 +1,10 @@
 /*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.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
+});