dijit
Version:
Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u
24 lines (20 loc) • 527 B
JavaScript
define([
"dojo/_base/kernel", // kernel.deprecated
"./HorizontalSlider",
"./VerticalSlider",
"./HorizontalRule",
"./VerticalRule",
"./HorizontalRuleLabels",
"./VerticalRuleLabels"
], function(kernel){
// module:
// dijit/form/Slider
kernel.deprecated("Call require() for HorizontalSlider / VerticalRule, explicitly rather than 'dijit.form.Slider' itself", "", "2.0");
/*=====
return {
// summary:
// Rollup of all the the Slider related widgets
// For back-compat, remove for 2.0
};
=====*/
});