Skip to content

Commit

Permalink
Add @OverRide, remove @attribute/@group/@hero/@homepage (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 19, 2019
1 parent 985d3b1 commit 6f9e699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper-drawer-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,11 @@ Custom property | Description | Default
`--paper-drawer-panel-right-drawer-container` | Mixin applied to container when it's in the right side | {}
`--paper-drawer-panel-scrim` | Mixin applied to scrim | {}
@group Paper elements
@element paper-drawer-panel
@demo demo/index.html
@hero hero.svg
*/
Polymer({
/** @override */
_template: html`
<style>
:host {
Expand Down Expand Up @@ -460,6 +459,7 @@ Polymer({
'_setDrawerStyle(drawerWidth)'
],

/** @override */
ready: function() {
// Avoid transition at the beginning e.g. page loads and enable
// transitions only after the element is rendered and ready.
Expand Down

0 comments on commit 6f9e699

Please sign in to comment.