Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / examples / slider / slider.js
index d24ae71..79b32f9 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.2.2
+ * Ext JS Library 3.3.0
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -62,7 +62,7 @@ Ext.onReady(function(){
         plugins: new Ext.slider.Tip()
     });
     
-    new Ext.Slider({
+    new Ext.slider.MultiSlider({
         renderTo: 'multi-slider-horizontal',
         width   : 214,
         minValue: 0,
@@ -71,7 +71,7 @@ Ext.onReady(function(){
         plugins : new Ext.slider.Tip()
     });
     
-    new Ext.Slider({
+    new Ext.slider.MultiSlider({
         renderTo : 'multi-slider-vertical',
         vertical : true,
         height   : 214,