diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 09:11:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:10 -0400 |
commit | 307f94621a710581cef1e2557911d328291a2342 (patch) | |
tree | b668975cfb66de5a7148d2914a08056e7abce361 | |
parent | f53d6ae970fc06a42f08639ba1b8b77f2a5ea91f (diff) | |
download | jquery-ui-307f94621a710581cef1e2557911d328291a2342.tar.gz jquery-ui-307f94621a710581cef1e2557911d328291a2342.zip |
Selectmenu: Disable maxLineLength for description meta
Ref gh-1690
-rw-r--r-- | ui/widgets/selectmenu.js | 2 |
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 |