diff options
Diffstat (limited to 'ui/widgets/progressbar.js')
-rw-r--r-- | ui/widgets/progressbar.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index ba4542583..dd7ee3143 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -9,7 +9,9 @@ //>>label: Progressbar //>>group: Widgets +// jscs:disable maximumLineLength //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. +// jscs:enable maximumLineLength //>>docs: http://api.jqueryui.com/progressbar/ //>>demos: http://jqueryui.com/progressbar/ //>>css.structure: ../../themes/base/core.css |