diff options
Diffstat (limited to 'ui/slider.js')
-rw-r--r-- | ui/slider.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/slider.js b/ui/slider.js index 6d97f3c69..db905ba5e 100644 --- a/ui/slider.js +++ b/ui/slider.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/slider/ */ + +//>>label: Slider +//>>group: Widgets +//>>description: Displays a flexible slider with ranges and accessibility via keyboard. +//>>docs: http://api.jqueryui.com/slider/ +//>>demos: http://jqueryui.com/slider/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |