Ticket #83: 83.patch

File 83.patch, 0.6 kB (added by tschaub, 1 year ago)

use minValue and maxValue defaults from Slider prototype

  • lib/GeoExt/widgets/ZoomSlider.js

    old new  
    6868     */ 
    6969    map: null, 
    7070     
    71     /** private: config[minValue] 
    72      *  ``Number`` 
    73      */ 
    74     minValue: null, 
    75      
    76     /** private: config[minValue] 
    77      *  ``Number`` 
    78      */ 
    79     maxValue: null, 
    80      
    8171    /** api: config[baseCls] 
    8272     *  ``String`` 
    8373     *  The CSS class name for the slider elements.  Default is "gx-zoomslider".