Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / panel / bubble-panel.js
index f109f1a..f5e0e92 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * 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
  */
@@ -11,13 +11,13 @@ Ext.onReady(function(){
        html: '<h3>Ext.ux.BubblePanel</h3',
        width: 200,
        autoHeight: true
-    });\r
-    var cp = new Ext.ux.BubblePanel({\r
-       renderTo: 'bubbleCt',\r
-       padding: 5,\r
-       width: 400,\r
+    });
+    var cp = new Ext.ux.BubblePanel({
+       renderTo: 'bubbleCt',
+       padding: 5,
+       width: 400,
        autoHeight: true,
-       contentEl: 'bubble-markup'\r
+       contentEl: 'bubble-markup'
     });
 
     var plainOldPanel = new Ext.Panel({
@@ -28,8 +28,8 @@ Ext.onReady(function(){
        autoHeight: true,
        title: 'Plain Old Panel',
        html: Ext.example.bogusMarkup
-    });\r
-\r
-});\r
-\r
+    });
+
+});
+