Skip to content

Commit

Permalink
Add @OverRide, remove @attribute/@group/@hero/@homepage (PolymerEleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 19, 2019
1 parent a24fa75 commit e959a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iron-a11y-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ value. `setMax` should move the slider to the maximum value.

Polymer({
is: 'iron-a11y-keys',
/** @override */
_template: null,

behaviors: [IronA11yKeysBehavior],
Expand All @@ -150,6 +151,7 @@ Polymer({
keys: {type: String, reflectToAttribute: true, observer: '_keysChanged'}
},

/** @override */
attached: function() {
if (!this.target) {
this.target = this.parentNode;
Expand Down

0 comments on commit e959a3b

Please sign in to comment.