Skip to content

Commit 5984dc6

Browse files
committed
2.1.1
1 parent 1f4361f commit 5984dc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/details-element-polyfill.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Details Element Polyfill 2.1.0
2+
Details Element Polyfill 2.1.1
33
Copyright © 2018 Javan Makhmali
44
*/
55
(function() {
@@ -116,6 +116,7 @@ Copyright © 2018 Javan Makhmali
116116
}
117117
}
118118
function polyfillAccessibility() {
119+
setAccessibilityAttributes(document);
119120
if (window.MutationObserver) {
120121
new MutationObserver(function(mutations) {
121122
forEach.call(mutations, function(mutation) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "details-element-polyfill",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "HTML <details> element polyfill",
55
"main": "dist/details-element-polyfill.js",
66
"files": [

0 commit comments

Comments
 (0)