Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Correct aria-disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
blasten committed Sep 24, 2015
1 parent baf8049 commit 520d845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
},

_disabledChanged: function(disabled) {
this.$.progressContainer.setAttribute('aria-disabled', disabled ? 'true' : 'false');
this.setAttribute('aria-disabled', disabled ? 'true' : 'false');
},

_hideSecondaryProgress: function(secondaryRatio) {
Expand Down

0 comments on commit 520d845

Please sign in to comment.