diff options
Diffstat (limited to 'ui/progressbar.js')
-rw-r--r-- | ui/progressbar.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/progressbar.js b/ui/progressbar.js index ac8144d73..d7ad1df7f 100644 --- a/ui/progressbar.js +++ b/ui/progressbar.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/progressbar/ */ + +//>>label: Progressbar +//>>group: Widgets +//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. +//>>docs: http://api.jqueryui.com/progressbar/ +//>>demos: http://jqueryui.com/progressbar/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |