Changeset 1027

Show
Ignore:
Timestamp:
06/09/09 17:46:01 (1 year ago)
Author:
tschaub
Message:

Removing null value properties from the ZoomSlider prototype. These keep sensible defaults from being applied by Slider. If the slider is bound to a map, zoom related min/max values are set on zoomend. r=ahocevar (closes #83)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core/trunk/geoext/lib/GeoExt/widgets/ZoomSlider.js

    r1021 r1027  
    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``