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

Commit

Permalink
Add @OverRide, remove @attribute/@group/@hero/@homepage (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 19, 2019
1 parent 2129e81 commit 0e7dbfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-swatch-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Custom property | Description | Default
@demo demo/index.html
*/
Polymer({
/** @override */
_template: html`
<style>
:host {
Expand Down Expand Up @@ -190,6 +191,7 @@ Polymer({
noink: {type: Boolean}
},

/** @override */
attached: function() {
// Note: we won't actually render these color boxes unless the menu is
// actually tapped.
Expand Down

0 comments on commit 0e7dbfd

Please sign in to comment.