Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Nov 6, 2018
1 parent 1f4361f commit 5984dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/details-element-polyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Details Element Polyfill 2.1.0
Details Element Polyfill 2.1.1
Copyright © 2018 Javan Makhmali
*/
(function() {
Expand Down Expand Up @@ -116,6 +116,7 @@ Copyright © 2018 Javan Makhmali
}
}
function polyfillAccessibility() {
setAccessibilityAttributes(document);
if (window.MutationObserver) {
new MutationObserver(function(mutations) {
forEach.call(mutations, function(mutation) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "details-element-polyfill",
"version": "2.1.0",
"version": "2.1.1",
"description": "HTML <details> element polyfill",
"main": "dist/details-element-polyfill.js",
"files": [
Expand Down

0 comments on commit 5984dc6

Please sign in to comment.