diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 09:12:21 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:12 -0400 |
commit | 986aa54911764d01027f9baafce845d802167fcb (patch) | |
tree | 456aabb6215e29d7a0c012230ede123134bb8aa4 /ui/widgets/progressbar.js | |
parent | 307f94621a710581cef1e2557911d328291a2342 (diff) | |
download | jquery-ui-986aa54911764d01027f9baafce845d802167fcb.tar.gz jquery-ui-986aa54911764d01027f9baafce845d802167fcb.zip |
Progressbar: Disable maxLineLength for description meta
Ref gh-1690
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 |