Skip to content

Commit

Permalink
Merge pull request #148 from PolymerElements/compile
Browse files Browse the repository at this point in the history
Add @OverRide, remove @attribute/@group/@hero/@homepage
  • Loading branch information
aomarks authored Jun 19, 2019
2 parents ff7adb7 + eef2b22 commit 67a2272
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions paper-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ Custom property | Description | Default
`--paper-tooltip-duration-in` | Timing for animation when showing tooltip | `500`
`--paper-tooltip-duration-out` | Timing for animation when hiding tooltip | `0`
`--paper-tooltip-animation` | Mixin applied to the tooltip animation | `{}`
@group Paper Elements
@element paper-tooltip
@demo demo/index.html
*/
Polymer({
/** @override */
_template: html`
<style>
:host {
Expand Down Expand Up @@ -338,13 +337,15 @@ Polymer({

/**
* @return {void}
* @override
*/
attached: function() {
this._findTarget();
},

/**
* @return {void}
* @override
*/
detached: function() {
if (!this.manualMode)
Expand Down

0 comments on commit 67a2272

Please sign in to comment.