From: Alexander Schmitz Date: Thu, 31 Mar 2016 13:11:31 +0000 (-0400) Subject: Selectmenu: Disable maxLineLength for description meta X-Git-Tag: 1.12.0-rc.2~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=307f94621a710581cef1e2557911d328291a2342;p=jquery-ui.git Selectmenu: Disable maxLineLength for description meta Ref gh-1690 --- diff --git a/ui/widgets/selectmenu.js b/ui/widgets/selectmenu.js index 87f88623f..900a245f7 100644 --- a/ui/widgets/selectmenu.js +++ b/ui/widgets/selectmenu.js @@ -9,7 +9,9 @@ //>>label: Selectmenu //>>group: Widgets +// jscs:disable maximumLineLength //>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select. +// jscs:enable maximumLineLength //>>docs: http://api.jqueryui.com/selectmenu/ //>>demos: http://jqueryui.com/selectmenu/ //>>css.structure: ../../themes/base/core.css