Skip to content

Commit

Permalink
Merge 229de48 into 8fddc73
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed Sep 30, 2018
2 parents 8fddc73 + 229de48 commit 30336bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-month-calendar.html
Expand Up @@ -329,7 +329,7 @@
}

_getRole(date) {
return date ? 'button' : 'presentational';
return date ? 'button' : 'presentation';
}

_getAriaLabel(date) {
Expand Down

0 comments on commit 30336bd

Please sign in to comment.