From eef2b2228f383e862987e3e75fa431254a5f2dae Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Mon, 17 Jun 2019 15:51:00 -0700 Subject: [PATCH] Add @override, remove @attribute/@group/@hero/@homepage --- paper-tooltip.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/paper-tooltip.js b/paper-tooltip.js index 9cdb08d..220ae34 100644 --- a/paper-tooltip.js +++ b/paper-tooltip.js @@ -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`