Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style: fix code issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 24, 2020
2 parents 81c8bbb + 8d878ef commit f6a7bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/manual/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function renderButton() {

ui.buttonStates.add( toolbar( [
button( {
label: 'State: normal (none)',
label: 'State: normal (none)'
} ),
button( {
label: 'State: disabled',
Expand Down Expand Up @@ -234,7 +234,7 @@ function renderButton() {
button( {
label: 'This button has a tooltip (south)',
withText: true,
tooltip: 'The content of the tooltip',
tooltip: 'The content of the tooltip'
} ),
button( {
label: 'This one too – north',
Expand Down

0 comments on commit f6a7bb0

Please sign in to comment.