aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2016-03-31 09:11:31 -0400
committerScott González <scott.gonzalez@gmail.com>2016-04-13 11:32:10 -0400
commit307f94621a710581cef1e2557911d328291a2342 (patch)
treeb668975cfb66de5a7148d2914a08056e7abce361
parentf53d6ae970fc06a42f08639ba1b8b77f2a5ea91f (diff)
downloadjquery-ui-307f94621a710581cef1e2557911d328291a2342.tar.gz
jquery-ui-307f94621a710581cef1e2557911d328291a2342.zip
Selectmenu: Disable maxLineLength for description meta
Ref gh-1690
-rw-r--r--ui/widgets/selectmenu.js2
1 files changed, 2 insertions, 0 deletions
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