From 986aa54911764d01027f9baafce845d802167fcb Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Thu, 31 Mar 2016 09:12:21 -0400 Subject: Progressbar: Disable maxLineLength for description meta Ref gh-1690 --- ui/widgets/progressbar.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/widgets') 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 -- cgit v1.2.3