Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / slider / slider.js
index 438a3f9..6124004 100644 (file)
@@ -1,11 +1,9 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 Ext.onReady(function(){\r
 \r
     new Ext.Slider({\r
@@ -63,4 +61,4 @@ Ext.onReady(function(){
         maxValue: 100,\r
         plugins: new Ext.ux.SliderTip()\r
     });\r
-});
\ No newline at end of file
+});\r