diff options
-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 |