Skip to content

Commit cde3761

Browse files
committed
fixwed formatting issues
1 parent d74b255 commit cde3761

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/patterns/disclosure/examples/js/disclosure-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ window.addEventListener(
7979
'button[aria-expanded][aria-controls]'
8080
);
8181

82-
buttons.forEach( (b) => {
82+
buttons.forEach((b) => {
8383
new DisclosureButton(b);
8484
});
8585
},

test/tests/disclosure_faq.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const ex = {
1111
'#ex1 ol li:nth-child(1) button',
1212
'#ex1 ol li:nth-child(2) button',
1313
'#ex1 ol li:nth-child(3) button',
14-
'#ex1 ol li:nth-child(4) button'
14+
'#ex1 ol li:nth-child(4) button',
1515
],
1616
answerSelectors: [
1717
'#ex1 ol li:nth-child(1) .desc',
1818
'#ex1 ol li:nth-child(2) .desc',
1919
'#ex1 ol li:nth-child(3) .desc',
20-
'#ex1 ol li:nth-child(4) .desc'
20+
'#ex1 ol li:nth-child(4) .desc',
2121
],
2222
};
2323

0 commit comments

Comments
 (0)