UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

22 lines (18 loc) 564 B
define([ "dojo/_base/kernel", // kernel.deprecated "./_RangeSliderMixin", "./HorizontalRangeSlider", "./VerticalRangeSlider" ], function(kernel, RangeSliderMixin){ // module: // dojox/form/RangeSlider kernel.deprecated("Call require() for HorizontalRangeSlider / VerticalRangeSlider, explicitly rather than 'dojox.form.RangeSlider' itself", "", "2.0"); /*===== return { // summary: // Rollup of all the the Slider related widgets // For back-compat, remove for 2.0 }; =====*/ return RangeSliderMixin; // for backward compatibility });