Progressbar: Disable maxLineLength for description meta

Ref gh-1690
This commit is contained in:
Alexander Schmitz 2016-03-31 09:12:21 -04:00 committed by Scott González
parent 307f94621a
commit 986aa54911

View File

@ -9,7 +9,9 @@
//>>label: Progressbar //>>label: Progressbar
//>>group: Widgets //>>group: Widgets
// jscs:disable maximumLineLength
//>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators.
// jscs:enable maximumLineLength
//>>docs: http://api.jqueryui.com/progressbar/ //>>docs: http://api.jqueryui.com/progressbar/
//>>demos: http://jqueryui.com/progressbar/ //>>demos: http://jqueryui.com/progressbar/
//>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/core.css