Skip to content

Commit 8d1de7b

Browse files
arschmitzscottgonzalez
authored andcommitted
Accordion: Disable maxLineLength for description meta
Ref gh-1690
1 parent 9aa5dea commit 8d1de7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/widgets/accordion.js

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
//>>label: Accordion
1111
//>>group: Widgets
12+
// jscs:disable maximumLineLength
1213
//>>description: Displays collapsible content panels for presenting information in a limited amount of space.
14+
// jscs:enable maximumLineLength
1315
//>>docs: http://api.jqueryui.com/accordion/
1416
//>>demos: http://jqueryui.com/accordion/
1517
//>>css.structure: ../../themes/base/core.css

0 commit comments

Comments
 (0)