source: Dev/branches/rest-dojo-ui/client/dijit/form/Slider.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 485 bytes
Line 
1define([
2        "dojo/_base/kernel", // kernel.deprecated
3        "./HorizontalSlider",
4        "./VerticalSlider",
5        "./HorizontalRule",
6        "./VerticalRule",
7        "./HorizontalRuleLabels",
8        "./VerticalRuleLabels"
9], function(kernel){
10
11        // module:
12        //              dijit/form/Slider
13        // summary:
14        //              Rollup of all the the Slider related widgets
15        //              For back-compat, remove for 2.0
16
17        kernel.deprecated("Call require() for HorizontalSlider / VerticalRule, explicitly rather than 'dijit.form.Slider' itself", "", "2.0");
18});
Note: See TracBrowser for help on using the repository browser.