From: Alexander Schmitz Date: Thu, 31 Mar 2016 13:12:21 +0000 (-0400) Subject: Progressbar: Disable maxLineLength for description meta X-Git-Tag: 1.12.0-rc.2~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=986aa54911764d01027f9baafce845d802167fcb;p=jquery-ui.git Progressbar: Disable maxLineLength for description meta Ref gh-1690 --- 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