range-slider.js revision 5770dec23508300b0e77edf1fd63b699b89e4615
6643N/A * Create a sliding value range input visualized as a draggable thumb on a 6643N/A * Create a slider to represent an integer value between a given minimum and 6643N/A * maximum. Sliders may be aligned vertically or horizontally, based on the 6643N/A * <code>axis</code> configuration. 6643N/A * @param config {Object} Configuration object 6643N/A},
'@VERSION@' ,{
requires:[
'slider-base',
'clickable-rail',
'slider-value-range']});